fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12550] class.boasync.inc


From: Saul
Subject: [Fmsystem-commits] [12550] class.boasync.inc
Date: Tue, 06 Jan 2015 23:33:10 +0000

Revision: 12550
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12550
Author:   psaul
Date:     2015-01-06 23:33:09 +0000 (Tue, 06 Jan 2015)
Log Message:
-----------
class.boasync.inc

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

Modified: branches/dev-syncromind/property/inc/class.boasync.inc.php
===================================================================
--- branches/dev-syncromind/property/inc/class.boasync.inc.php  2015-01-06 
23:32:45 UTC (rev 12549)
+++ branches/dev-syncromind/property/inc/class.boasync.inc.php  2015-01-06 
23:33:09 UTC (rev 12550)
@@ -99,10 +99,11 @@
                }
 
 
-               function read()
+               function read($data = array())
                {
-                       $method = $this->so->read(array('start' => 
$this->start,'query' => $this->query,'sort' => $this->sort,'order' => 
$this->order,
-                               'allrows' => $this->allrows));
+                       /*$method = $this->so->read(array('start' => 
$this->start,'query' => $this->query,'sort' => $this->sort,'order' => 
$this->order,
+                               'allrows' => $this->allrows));*/
+            $method = $this->so->read($data);
 
                        $this->total_records = $this->so->total_records;
 




reply via email to

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