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.90,1.91


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.categories.inc.php,1.90,1.91
Date: Wed, 25 Sep 2002 23:58:23 -0400

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

Modified Files:
        class.categories.inc.php 
Log Message:
added xsl function

Index: class.categories.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.categories.inc.php,v
retrieving revision 1.90
retrieving revision 1.91
diff -C2 -r1.90 -r1.91
*** class.categories.inc.php    25 Sep 2002 04:02:03 -0000      1.90
--- class.categories.inc.php    26 Sep 2002 03:58:21 -0000      1.91
***************
*** 533,537 ****
                                                'id'            => $cat['id'],
                                                'name'          => $name,
!                                               'selected_cat' => $sel_cat
                                        );
                                }
--- 533,537 ----
                                                'id'            => $cat['id'],
                                                'name'          => $name,
!                                               'selected'      => $sel_cat
                                        );
                                }
***************
*** 539,545 ****
                                for ($i=0;$i<count($cat_list);$i++)
                                {
!                                       if ($cat_list[$i]['selected_cat'] != 
'selected')
                                        {
!                                               
unset($cat_list[$i]['selected_cat']);
                                        }
                                }
--- 539,545 ----
                                for ($i=0;$i<count($cat_list);$i++)
                                {
!                                       if ($cat_list[$i]['selected'] != 
'selected')
                                        {
!                                               
unset($cat_list[$i]['selected']);
                                        }
                                }





reply via email to

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