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.79,1.80


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

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

Modified Files:
        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.79
retrieving revision 1.80
diff -C2 -r1.79 -r1.80
*** class.categories.inc.php    26 Mar 2002 19:25:49 -0000      1.79
--- class.categories.inc.php    4 Apr 2002 20:52:04 -0000       1.80
***************
*** 421,429 ****
                                        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;';
                                        }
  
--- 421,429 ----
                                        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;';
                                        }
  




reply via email to

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