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


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.categories.inc.php,1.74.2.3,1.74.2.4
Date: Thu, 04 Apr 2002 15:32:35 -0500

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

Modified Files:
      Tag: Version-0_9_14-branch
        class.categories.inc.php 
Log Message:
lang call for global apps cats

Index: class.categories.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.categories.inc.php,v
retrieving revision 1.74.2.3
retrieving revision 1.74.2.4
diff -C2 -r1.74.2.3 -r1.74.2.4
*** class.categories.inc.php    26 Mar 2002 18:39:28 -0000      1.74.2.3
--- class.categories.inc.php    4 Apr 2002 20:32:30 -0000       1.74.2.4
***************
*** 22,26 ****
        * Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA         
   *
        
\**************************************************************************/
- 
        // $Id$
        // $Source$
--- 22,25 ----
***************
*** 425,429 ****
                                        if ($cats[$i]['owner'] == '-1')
                                        {
!                                               $s .= '&lt;' . lang('Global') . 
'&nbsp;' . $GLOBALS['phpgw_info']['apps'][$this->app_name]['title'] . '&gt;';
                                        }
                                        $s .= '</option>' . "\n";
--- 424,428 ----
                                        if ($cats[$i]['owner'] == '-1')
                                        {
!                                               $s .= '&lt;' . lang('Global') . 
'&nbsp;' . lang($this->app_name) . '&gt;';
                                        }
                                        $s .= '</option>' . "\n";




reply via email to

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