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_news.inc.php,1.1,1.


From: Michael Totschnig <address@hidden>
Subject: [Phpgroupware-cvs] CVS: sitemgr/modules class.module_news.inc.php,1.1,1.2
Date: Fri, 07 Mar 2003 00:39:11 -0500

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

Modified Files:
        class.module_news.inc.php 
Log Message:
unlimit categories in select box


Index: class.module_news.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/sitemgr/modules/class.module_news.inc.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** class.module_news.inc.php   4 Mar 2003 17:57:00 -0000       1.1
--- class.module_news.inc.php   7 Mar 2003 05:39:03 -0000       1.2
***************
*** 41,45 ****
                        //and not when it is generated for the web site, thus 
speeding the latter up slightly
                        $cat = 
createobject('phpgwapi.categories','','news_admin');
!                       $cats = $cat->return_array('mains',0);
                        $cat_ids = array(0 => 'Mains');
                        while (list(,$category) = @each($cats))
--- 41,45 ----
                        //and not when it is generated for the web site, thus 
speeding the latter up slightly
                        $cat = 
createobject('phpgwapi.categories','','news_admin');
!                       $cats = $cat->return_array('mains',0,False);
                        $cat_ids = array(0 => 'Mains');
                        while (list(,$category) = @each($cats))





reply via email to

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