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.74.2.4,1


From: Mark A Peters <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.categories.inc.php,1.74.2.4,1.74.2.5
Date: Thu, 04 Apr 2002 15:51:55 -0500

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

Modified Files:
      Tag: Version-0_9_14-branch
        class.categories.inc.php 
Log Message:
GNU Patch #210.

Index: class.categories.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.categories.inc.php,v
retrieving revision 1.74.2.4
retrieving revision 1.74.2.5
diff -C2 -r1.74.2.4 -r1.74.2.5
*** class.categories.inc.php    4 Apr 2002 20:32:30 -0000       1.74.2.4
--- class.categories.inc.php    4 Apr 2002 20:51:53 -0000       1.74.2.5
***************
*** 420,428 ****
                                        if ($cats[$i]['app_name'] == 'phpgw')
                                        {
!                                               $s .= '&lt;' . lang('Global') . 
'&gt;';
                                        }
                                        if ($cats[$i]['owner'] == '-1')
                                        {
!                                               $s .= '&lt;' . lang('Global') . 
'&nbsp;' . lang($this->app_name) . '&gt;';
                                        }
                                        $s .= '</option>' . "\n";
--- 420,428 ----
                                        if ($cats[$i]['app_name'] == 'phpgw')
                                        {
!                                               $s .= '&nbsp;&lt;' . 
lang('Global') . '&gt;';
                                        }
                                        if ($cats[$i]['owner'] == '-1')
                                        {
!                                               $s .= '&nbsp;&lt;' . 
lang('Global') . '&nbsp;' . lang($this->app_name) . '&gt;';
                                        }
                                        $s .= '</option>' . "\n";




reply via email to

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