phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/inc class.categories.inc.php


From: Dave Hall
Subject: [Phpgroupware-cvs] phpgwapi/inc class.categories.inc.php
Date: Wed, 04 Oct 2006 01:31:15 +0000

CVSROOT:        /sources/phpgwapi
Module name:    phpgwapi
Changes by:     Dave Hall <skwashd>     06/10/04 01:31:15

Modified files:
        inc            : class.categories.inc.php 

Log message:
        more notices

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/inc/class.categories.inc.php?cvsroot=phpgwapi&r1=1.134&r2=1.135

Patches:
Index: class.categories.inc.php
===================================================================
RCS file: /sources/phpgwapi/phpgwapi/inc/class.categories.inc.php,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -b -r1.134 -r1.135
--- class.categories.inc.php    4 Oct 2006 01:25:30 -0000       1.134
+++ class.categories.inc.php    4 Oct 2006 01:31:15 -0000       1.135
@@ -7,7 +7,7 @@
        * @license http://www.gnu.org/licenses/lgpl.html GNU Lesser General 
Public License
        * @package phpgwapi
        * @subpackage utilities
-       * @version $Id: class.categories.inc.php,v 1.134 2006/10/04 01:25:30 
skwashd Exp $
+       * @version $Id: class.categories.inc.php,v 1.135 2006/10/04 01:31:15 
skwashd Exp $
        */
 
        /**
@@ -374,6 +374,7 @@
                        $this->total_records = $total;
                        if ($limit)
                        {
+                               $scats = array();
                                $max = 
$GLOBALS['phpgw_info']['user']['preferences']['common']['maxmatchs'];
                                $max = $max + $start;
 
@@ -584,6 +585,7 @@
                                reset($cats);
                        }
 
+                       $cat_list = array();
                        while (is_array($cats) && list(,$cat) = each($cats))
                        {
                                $sel_cat = '';




reply via email to

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