fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13665]


From: Nelson Guerra
Subject: [Fmsystem-commits] [13665]
Date: Tue, 14 Jul 2015 23:14:23 +0000

Revision: 13665
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13665
Author:   nelson224
Date:     2015-07-14 23:14:23 +0000 (Tue, 14 Jul 2015)
Log Message:
-----------


Modified Paths:
--------------
    branches/dev-syncromind/rental/inc/class.uiproperty_location.inc.php

Modified: branches/dev-syncromind/rental/inc/class.uiproperty_location.inc.php
===================================================================
--- branches/dev-syncromind/rental/inc/class.uiproperty_location.inc.php        
2015-07-14 23:13:43 UTC (rev 13664)
+++ branches/dev-syncromind/rental/inc/class.uiproperty_location.inc.php        
2015-07-14 23:14:23 UTC (rev 13665)
@@ -50,16 +50,17 @@
                                        'seksjons_nr' => 
empty($query[3])?'':$query[3],
                                        'allrows' => true));
                                
-                               //var_dump($gabinfo);
-                               
-                               foreach ($gabinfo as $gabelement)
+                               $rows_total = $gabinfo;
+                               $gab_list = array_slice($gabinfo, $start_index, 
10);
+                               foreach ($gab_list as $gabelement)
                                {
                                        $row = 
$property_bolocation->read_single($gabelement['location_code']);
                                        $row['gab'] = 
rental_uicommon::get_nicely_formatted_gab_id($gabelement['gab_id']);  
                                        $rows[] = $row;
-                                       $rows_total[] = $row; 
+                                       //$rows_total[] = $row; 
                                        //TODO: Add gabno for element 
                                }
+                               
                        }
                        else
                        {




reply via email to

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