[20989] removing potential bug / notices
Caeies <[email protected]> Wed, 27 Jan 2010 21:03:43 +0000
| Newsgroups | gmane.comp.web.phpgroupware.cvs |
|---|---|
| Message-ID | <[email protected]> |
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)),