fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [9038] controller: number of returned records


From: Sigurd Nes
Subject: [Fmsystem-commits] [9038] controller: number of returned records
Date: Tue, 27 Mar 2012 07:37:16 +0000

Revision: 9038
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=9038
Author:   sigurdne
Date:     2012-03-27 07:37:16 +0000 (Tue, 27 Mar 2012)
Log Message:
-----------
controller: number of returned records

Modified Paths:
--------------
    trunk/controller/inc/class.uicontrol_location.inc.php

Modified: trunk/controller/inc/class.uicontrol_location.inc.php
===================================================================
--- trunk/controller/inc/class.uicontrol_location.inc.php       2012-03-27 
07:32:27 UTC (rev 9037)
+++ trunk/controller/inc/class.uicontrol_location.inc.php       2012-03-27 
07:37:16 UTC (rev 9038)
@@ -398,7 +398,7 @@
                        $this->bo->start = phpgw::get_var('startIndex');
                        
                        $location_list = $this->bo->read(array('user_id' => 
$user_id, 'role_id' =>$role_id, 
'type_id'=>$type_id,'lookup_tenant'=>$lookup_tenant,
-                                                                               
                   'lookup'=>$lookup,'allrows'=>$this->allrows,'dry_run' 
=>$dry_run));
+                                                                               
                   'lookup'=>$lookup,'allrows'=>$this->allrows,'dry_run' 
=>$dry_run, 'results' => $return_results));
 //_debug_array($location_list);
                        $rows_total = $this->bo->read(array('type_id' => 
$type_id, 'allrows' => true));
                        




reply via email to

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