fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [11073] property: fix pagination


From: Sigurd Nes
Subject: [Fmsystem-commits] [11073] property: fix pagination
Date: Wed, 24 Apr 2013 09:22:46 +0000

Revision: 11073
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=11073
Author:   sigurdne
Date:     2013-04-24 09:22:46 +0000 (Wed, 24 Apr 2013)
Log Message:
-----------
property: fix pagination

Modified Paths:
--------------
    trunk/property/inc/class.botts.inc.php

Modified: trunk/property/inc/class.botts.inc.php
===================================================================
--- trunk/property/inc/class.botts.inc.php      2013-04-24 09:08:41 UTC (rev 
11072)
+++ trunk/property/inc/class.botts.inc.php      2013-04-24 09:22:46 UTC (rev 
11073)
@@ -132,10 +132,8 @@
                        $branch_id                              = 
phpgw::get_var('branch_id', 'int');
                        $order_dim1                             = 
phpgw::get_var('order_dim1', 'int');
 
+                       $this->start                    = $start                
                                        ? $start                        : 0;
 
-//                     $this->start                    = $start                
                                        ? $start                        : 0;
-
-                       $this->start                    = 
isset($_REQUEST['start'])             ? $start                        : 
$this->start;
                        $this->query                    = 
isset($_REQUEST['query'])             ? $query                        : 
$this->query;
                        $this->sort                             = 
isset($_REQUEST['sort'])                      ? $sort                         : 
$this->sort;
                        $this->order                    = 
isset($_REQUEST['order'])             ? $order                        : 
$this->order;




reply via email to

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