phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: sitemgr/modules class.module_bookmarks.inc.php,


From: Michael Totschnig <address@hidden>
Subject: [Phpgroupware-cvs] CVS: sitemgr/modules class.module_bookmarks.inc.php,1.1,1.2
Date: Wed, 26 Mar 2003 16:30:11 -0500

Update of /cvsroot/phpgroupware/sitemgr/modules
In directory subversions:/tmp/cvs-serv21627

Modified Files:
        class.module_bookmarks.inc.php 
Log Message:
make subcategories selectable also


Index: class.module_bookmarks.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/sitemgr/modules/class.module_bookmarks.inc.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** class.module_bookmarks.inc.php      10 Mar 2003 05:30:14 -0000      1.1
--- class.module_bookmarks.inc.php      26 Mar 2003 21:30:09 -0000      1.2
***************
*** 24,28 ****
        {
                $cat = createobject('phpgwapi.categories','','bookmarks');
!               $cats = 
$cat->return_array('mains',0,False,'','cat_name','',True);
                $cat_ids = array();
                while (list(,$category) = @each($cats))
--- 24,28 ----
        {
                $cat = createobject('phpgwapi.categories','','bookmarks');
!               $cats = $cat->return_array('all',0,False,'','cat_name','',True);
                $cat_ids = array();
                while (list(,$category) = @each($cats))





reply via email to

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