phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: sitemgr/sitemgr-site/inc class.bo.inc.php,1.6.2.


From: Michael Totschnig <address@hidden>
Subject: [Phpgroupware-cvs] CVS: sitemgr/sitemgr-site/inc class.bo.inc.php,1.6.2.4,1.6.2.5
Date: Sat, 30 Nov 2002 23:57:23 -0500

Update of /cvsroot/phpgroupware/sitemgr/sitemgr-site/inc
In directory subversions:/tmp/cvs-serv14838

Modified Files:
      Tag: Version-0_9_14-branch
        class.bo.inc.php 
Log Message:
one more phrase that escaped from lang


Index: class.bo.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/sitemgr/sitemgr-site/inc/class.bo.inc.php,v
retrieving revision 1.6.2.4
retrieving revision 1.6.2.5
diff -C2 -r1.6.2.4 -r1.6.2.5
*** class.bo.inc.php    26 Nov 2002 23:10:25 -0000      1.6.2.4
--- class.bo.inc.php    1 Dec 2002 04:57:21 -0000       1.6.2.5
***************
*** 176,180 ****
                                                if ($cat->depth)
                                                {
!                                                       $content .= ' | <b><a 
href="'.sitemgr_link2('/index.php','category_id='.$cat->parent).'">Up to 
parent</a></b>';
                                                }
                                                $children = 
$this->getCatLinks((int) $category_id,false);
--- 176,180 ----
                                                if ($cat->depth)
                                                {
!                                                       $content .= ' | <b><a 
href="'.sitemgr_link2('/index.php','category_id='.$cat->parent).'">' . lang('Up 
to parent') . '</a></b>';
                                                }
                                                $children = 
$this->getCatLinks((int) $category_id,false);





reply via email to

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