phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: bookmarks/inc class.bookmarks.inc.php,1.21,1.22


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: bookmarks/inc class.bookmarks.inc.php,1.21,1.22
Date: Tue, 05 Mar 2002 20:59:25 -0500

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

Modified Files:
        class.bookmarks.inc.php 
Log Message:
selected cat in maintain.php

Index: class.bookmarks.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/bookmarks/inc/class.bookmarks.inc.php,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -r1.21 -r1.22
*** class.bookmarks.inc.php     18 Nov 2001 15:46:25 -0000      1.21
--- class.bookmarks.inc.php     6 Mar 2002 01:59:23 -0000       1.22
***************
*** 28,32 ****
  
                // override the finish function to better handle with 
javascript.
!               // we don't have whitespace in our var names, so no need to be
                // so all encompassing with the remove.
  
--- 28,32 ----
  
                // override the finish function to better handle with 
javascript.
!               // we dont have whitespace in our var names, so no need to be
                // so all encompassing with the remove.
  
***************
*** 208,215 ****
                        while (is_array($mains) && $main = each($mains))
                        {
                                if ($main[1]['parent'] == 0)
                                {
                                        $s .= '<option value="' . 
$main[1]['id'] . '|0"';
!                                       if ($main[1]['id'] == $selected)
                                        {
                                                $s .= ' selected';
--- 208,216 ----
                        while (is_array($mains) && $main = each($mains))
                        {
+                               $id = $main[1]['id'] . '|0';
                                if ($main[1]['parent'] == 0)
                                {
                                        $s .= '<option value="' . 
$main[1]['id'] . '|0"';
!                                       if ($id == $selected)
                                        {
                                                $s .= ' selected';




reply via email to

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