fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13090] class.bocustom.inc.php


From: Saul
Subject: [Fmsystem-commits] [13090] class.bocustom.inc.php
Date: Fri, 24 Apr 2015 23:08:54 +0000

Revision: 13090
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13090
Author:   psaul
Date:     2015-04-24 23:08:54 +0000 (Fri, 24 Apr 2015)
Log Message:
-----------
class.bocustom.inc.php

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-04-24 
23:08:24 UTC (rev 13089)
+++ branches/dev-syncromind/property/inc/class.bocustom.inc.php 2015-04-24 
23:08:54 UTC (rev 13090)
@@ -195,14 +195,16 @@
                }
 
 
-               function read_custom($custom_id,$allrows='')
+               function read_custom($data = array())
                {
-                       if($allrows)
+//            ,$custom_id,$allrows=''
+                       if($data['allrows'])
                        {
-                               $this->allrows=$allrows;
+                               $data['allrows']=$data['allrows'];
                        }
-                       $custom = $this->so->read_custom(array('start' => 
$this->start,'query' => $this->query,'sort' => $this->sort,'order' => 
$this->order,
-                               'filter' => $this->filter,'custom_id' => 
$custom_id,'allrows'=>$this->allrows));
+//                     $custom = $this->so->read_custom(array('start' => 
$this->start,'query' => $this->query,'sort' => $this->sort,'order' => 
$this->order,
+//                             'filter' => $this->filter,'custom_id' => 
$custom_id,'allrows'=>$this->allrows));
+            $custom = $this->so->read_custom($data);
                        $this->uicols = $this->so->uicols;
                        $this->total_records = $this->so->total_records;
                        return $custom;




reply via email to

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