phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] [18514] the start value could be a string or an int .


From: Caeies
Subject: [Phpgroupware-cvs] [18514] the start value could be a string or an int ...
Date: Wed, 09 Apr 2008 15:18:22 +0000

Revision: 18514
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=18514
Author:   Caeies
Date:     2008-04-09 15:18:20 +0000 (Wed, 09 Apr 2008)

Log Message:
-----------
the start value could be a string or an int ...

Modified Paths:
--------------
    trunk/notes/inc/class.bonotes.inc.php

Modified: trunk/notes/inc/class.bonotes.inc.php
===================================================================
--- trunk/notes/inc/class.bonotes.inc.php       2008-04-09 13:17:57 UTC (rev 
18513)
+++ trunk/notes/inc/class.bonotes.inc.php       2008-04-09 15:18:20 UTC (rev 
18514)
@@ -86,7 +86,8 @@
                                $this->read_sessiondata();
                                $this->use_session = True;
 
-                               $start          = phpgw::get_var('start', 
'int');
+                               //XXX Caeies : start could use the 'all' value, 
perhaps think on using -1 ?
+                               $start          = phpgw::get_var('start');
                                $query          = phpgw::get_var('query');
                                $sort           = phpgw::get_var('sort');
                                $order          = phpgw::get_var('order');






reply via email to

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