phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: bookmarks/inc class.ui.inc.php,1.6,1.7


From: Michael Totschnig <address@hidden>
Subject: [Phpgroupware-cvs] CVS: bookmarks/inc class.ui.inc.php,1.6,1.7
Date: Tue, 06 May 2003 16:53:08 -0400

Update of /cvsroot/phpgroupware/bookmarks/inc
In directory subversions:/tmp/cvs-serv3305

Modified Files:
        class.ui.inc.php 
Log Message:
try to resolve bug #3353


Index: class.ui.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/bookmarks/inc/class.ui.inc.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** class.ui.inc.php    8 Apr 2003 21:58:12 -0000       1.6
--- class.ui.inc.php    6 May 2003 20:53:06 -0000       1.7
***************
*** 798,802 ****
                function showcat($cats)
                {
!                       while(list(,$cat) = each($cats))
                        {
                                $cat_id = $cat['id'];
--- 798,802 ----
                function showcat($cats)
                {
!                       while(list(,$cat) = @each($cats))
                        {
                                $cat_id = $cat['id'];





reply via email to

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