fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12349] class.boadmin_location.inc


From: Saul
Subject: [Fmsystem-commits] [12349] class.boadmin_location.inc
Date: Thu, 20 Nov 2014 23:02:35 +0000

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

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

Modified: branches/dev-syncromind/property/inc/class.boadmin_location.inc.php
===================================================================
--- branches/dev-syncromind/property/inc/class.boadmin_location.inc.php 
2014-11-20 23:02:09 UTC (rev 12348)
+++ branches/dev-syncromind/property/inc/class.boadmin_location.inc.php 
2014-11-20 23:02:35 UTC (rev 12349)
@@ -93,17 +93,16 @@
 
                        $this->start = $data['start'];
                        $this->query = $data['query'];
-                       $this->sort      = $data['sort'];
+                       $this->sort  = $data['sort'];
                        $this->order = $data['order'];
                }
 
-               function read()
-               {
-                       $standard = $this->so->read( array('start'       => 
$this->start, 'query'        => $this->query, 'sort'         => $this->sort, 
'order'         => $this->order) );
-
+               function read($data = array())
+               {       
+                        # $data = array()
+                        #array('start' => $this->start, 'query' => 
$this->query, 'sort' => $this->sort, 'order' => $this->order)
+                       $standard = $this->so->read($data);
                        $this->total_records = $this->so->total_records;
-
-
                        return $standard;
                }
 




reply via email to

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