fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12311] class.boadmin_entity.inc.php


From: Saul
Subject: [Fmsystem-commits] [12311] class.boadmin_entity.inc.php
Date: Thu, 13 Nov 2014 23:20:37 +0000

Revision: 12311
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12311
Author:   psaul
Date:     2014-11-13 23:20:37 +0000 (Thu, 13 Nov 2014)
Log Message:
-----------
class.boadmin_entity.inc.php

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

Modified: branches/dev-syncromind/property/inc/class.boadmin_entity.inc.php
===================================================================
--- branches/dev-syncromind/property/inc/class.boadmin_entity.inc.php   
2014-11-13 23:20:13 UTC (rev 12310)
+++ branches/dev-syncromind/property/inc/class.boadmin_entity.inc.php   
2014-11-13 23:20:37 UTC (rev 12311)
@@ -198,10 +198,10 @@
                        return $this->bocommon->select_multi_list( $selected, 
$list );
                }
 
-               function read()
-               {
-                       $entity = $this->so->read( array('start'                
 => $this->start, 'query'                => $this->query, 'sort'                
 => $this->sort, 'order'                 => $this->order, 'allrows'      => 
$this->allrows) );
-
+               function read($data = array())
+               {       
+                       #$entity = $this->so->read( array('start'=> 
$this->start, 'query'=> $this->query, 'sort'=> $this->sort, 'order'=> 
$this->order, 'allrows'=> $this->allrows));
+                        $entity = $this->so->read($data);
                        $this->total_records = $this->so->total_records;
                        return $entity;
                }




reply via email to

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