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.97,1.98


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.categories.inc.php,1.97,1.98
Date: Sat, 12 Oct 2002 18:33:26 -0400

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

Modified Files:
        class.categories.inc.php 
Log Message:
update

Index: class.categories.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.categories.inc.php,v
retrieving revision 1.97
retrieving revision 1.98
diff -C2 -r1.97 -r1.98
*** class.categories.inc.php    12 Oct 2002 22:03:04 -0000      1.97
--- class.categories.inc.php    12 Oct 2002 22:33:24 -0000      1.98
***************
*** 390,394 ****
                                        for ($j=0;$j<$cats[$i]['level'];$j++)
                                        {
!                                               $s .= '-';
                                        }
                                        $s .= 
$GLOBALS['phpgw']->strip_html($cats[$i]['name']);
--- 390,394 ----
                                        for ($j=0;$j<$cats[$i]['level'];$j++)
                                        {
!                                               $s .= '&nbsp;.&nbsp;';
                                        }
                                        $s .= 
$GLOBALS['phpgw']->strip_html($cats[$i]['name']);
***************
*** 482,486 ****
                                        for ($i=0;$i<$cat['level'];$i++)
                                        {
!                                               $name .= '-';
                                        }
                                        $name .= 
$GLOBALS['phpgw']->strip_html($cat['name']);
--- 482,486 ----
                                        for ($i=0;$i<$cat['level'];$i++)
                                        {
!                                               $name .= '&nbsp;.&nbsp;';
                                        }
                                        $name .= 
$GLOBALS['phpgw']->strip_html($cat['name']);





reply via email to

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