phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/inc class.categories.inc.php,1.74.2.20


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.categories.inc.php,1.74.2.20.2.10,1.74.2.20.2.11
Date: Mon, 30 Jun 2003 06:53:08 -0400

Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv30119

Modified Files:
      Tag: Version-0_9_16-branch
        class.categories.inc.php 
Log Message:
fixed missing cat-id in options of formated_list

Index: class.categories.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.categories.inc.php,v
retrieving revision 1.74.2.20.2.10
retrieving revision 1.74.2.20.2.11
diff -C2 -r1.74.2.20.2.10 -r1.74.2.20.2.11
*** class.categories.inc.php    24 Jun 2003 22:34:15 -0000      1.74.2.20.2.10
--- class.categories.inc.php    30 Jun 2003 10:53:06 -0000      1.74.2.20.2.11
***************
*** 485,489 ****
                                while (is_array($cats) && list(,$cat) = 
each($cats))
                                {
!                                       $s .= '<option value="' . 
$cats[$i]['id'] . '"';
                                        if (in_array($cat['id'],$selected))
                                        {
--- 485,489 ----
                                while (is_array($cats) && list(,$cat) = 
each($cats))
                                {
!                                       $s .= '<option value="' . $cat['id'] . 
'"';
                                        if (in_array($cat['id'],$selected))
                                        {





reply via email to

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