phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] [20989] removing potential bug / notices


From: Caeies
Subject: [Phpgroupware-cvs] [20989] removing potential bug / notices
Date: Wed, 27 Jan 2010 21:03:43 +0000

Revision: 20989
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=20989
Author:   Caeies
Date:     2010-01-27 21:03:43 +0000 (Wed, 27 Jan 2010)
Log Message:
-----------
removing potential bug / notices

Modified Paths:
--------------
    modules/phpgwapi/trunk/inc/class.nextmatchs.inc.php

Modified: modules/phpgwapi/trunk/inc/class.nextmatchs.inc.php
===================================================================
--- modules/phpgwapi/trunk/inc/class.nextmatchs.inc.php 2010-01-27 21:02:33 UTC 
(rev 20988)
+++ modules/phpgwapi/trunk/inc/class.nextmatchs.inc.php 2010-01-27 21:03:43 UTC 
(rev 20989)
@@ -436,7 +436,7 @@
                {
                        list($filter,$qfield,$start,$order,$sort,$query) = 
$this->get_var();
 
-                       $start = $localstart;
+                       //$start = $localstart;
                        $var = array(
                                'form_action'  => ($this->action ? 
$this->page($extra) : $GLOBALS['phpgw']->link($sn, $extra)),
                                'filter_value' => $filter,
@@ -462,7 +462,7 @@
                {
                        list($filter,$qfield,$start,$order,$sort,$query) = 
$this->get_var();
 
-                       $start = $localstart;
+                       //$start = $localstart;
                        $cats  = createObject('phpgwapi.categories');
                        $var = array(
                                'form_action'   => 
($this->action?$this->page($extra):$GLOBALS['phpgw']->link($sn, $extra)),





reply via email to

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