fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12562] class.bocustom.inc


From: Saul
Subject: [Fmsystem-commits] [12562] class.bocustom.inc
Date: Wed, 07 Jan 2015 23:31:29 +0000

Revision: 12562
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12562
Author:   psaul
Date:     2015-01-07 23:31:28 +0000 (Wed, 07 Jan 2015)
Log Message:
-----------
class.bocustom.inc

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

Modified: branches/dev-syncromind/property/inc/class.bocustom.inc.php
===================================================================
--- branches/dev-syncromind/property/inc/class.bocustom.inc.php 2015-01-07 
23:31:10 UTC (rev 12561)
+++ branches/dev-syncromind/property/inc/class.bocustom.inc.php 2015-01-07 
23:31:28 UTC (rev 12562)
@@ -134,11 +134,12 @@
                }
 
 
-               function read()
+               function read($data = array())
                {
-                       $custom = $this->so->read(array('start' => 
$this->start,'query' => $this->query,'sort' => $this->sort,'order' => 
$this->order,
+                       /*$custom = $this->so->read(array('start' => 
$this->start,'query' => $this->query,'sort' => $this->sort,'order' => 
$this->order,
                                'filter' => $this->filter,'cat_id' => 
$this->cat_id,'allrows'=>$this->allrows));
-                       $this->total_records = $this->so->total_records;
+                       $this->total_records = $this->so->total_records;*/
+            $custom = $this->so->read($data);
 
                        for ($i=0; $i<count($custom); $i++)
                        {




reply via email to

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