fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [12275] modify read function


From: Alejandro
Subject: [Fmsystem-commits] [12275] modify read function
Date: Thu, 06 Nov 2014 23:27:20 +0000

Revision: 12275
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12275
Author:   nudrick
Date:     2014-11-06 23:27:19 +0000 (Thu, 06 Nov 2014)
Log Message:
-----------
modify read function

Modified Paths:
--------------
    branches/dev-syncromind/property/inc/class.botts.inc.php

Modified: branches/dev-syncromind/property/inc/class.botts.inc.php
===================================================================
--- branches/dev-syncromind/property/inc/class.botts.inc.php    2014-11-06 
23:09:00 UTC (rev 12274)
+++ branches/dev-syncromind/property/inc/class.botts.inc.php    2014-11-06 
23:27:19 UTC (rev 12275)
@@ -490,8 +490,18 @@
                        $this->uicols_related = $this->so->uicols_related;
                        return $related;
                }
+               
+               function read($data = array())
+               {
+                       $locations = $this->so->read($data);
 
-               function read($start_date='',$end_date='', 
$external='',$dry_run = '', $download = '')
+                       $this->total_records = $this->so->total_records;
+                       $this->uicols = $this->so->uicols;
+
+                       return $locations;
+               }
+
+               function readold($start_date='',$end_date='', 
$external='',$dry_run = '', $download = '')
                {
                        static $category_name = array();
                        static $account = array();




reply via email to

[Prev in Thread] Current Thread [Next in Thread]