fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12923]


From: Nelson Guerra
Subject: [Fmsystem-commits] [12923]
Date: Mon, 30 Mar 2015 22:16:11 +0000

Revision: 12923
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12923
Author:   nelson224
Date:     2015-03-30 22:16:11 +0000 (Mon, 30 Mar 2015)
Log Message:
-----------


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

Modified: branches/dev-syncromind/property/inc/class.bogab.inc.php
===================================================================
--- branches/dev-syncromind/property/inc/class.bogab.inc.php    2015-03-30 
22:15:49 UTC (rev 12922)
+++ branches/dev-syncromind/property/inc/class.bogab.inc.php    2015-03-30 
22:16:11 UTC (rev 12923)
@@ -183,16 +183,23 @@
                }
 
                //address@hidden $allrows - variable to display all records
-               function read_detail($gab_id='', $allrows=0)
+               function read_detail($data='', $allrows=0)
                {
-                       $gab = $this->so->read_detail(array('start' => 
$this->start,'sort' => $this->sort,'order' => $this->order,
-                               'cat_id' => $this->cat_id,'gab_id' => 
$gab_id,'allrows'=>$allrows));
+                       $gab = $this->so->read_detail(array(
+                               'start' => $data['start'],
+                               'sort' => $data['sort'],
+                               
+                               'cat_id' => $this->cat_id,
+                               'gab_id' => $data['gab_id'],
+                               'allrows' => $allrows)
+                       );
+                       
                        $this->total_records = $this->so->total_records;
 
                        $this->uicols   = $this->so->uicols;
                        $cols_extra             = $this->so->cols_extra;
+                       
 
-
                        for ($i=0; $i<count($gab); $i++)
                        {
                                
$location_data=$this->solocation->read_single($gab[$i]['location_code']);




reply via email to

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