phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgroupware home.php,1.16.2.1,1.16.2.1.2.1


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgroupware home.php,1.16.2.1,1.16.2.1.2.1
Date: Thu, 27 Mar 2003 13:21:15 -0500

Update of /cvsroot/phpgroupware/phpgroupware
In directory subversions:/tmp/cvs-serv32451

Modified Files:
      Tag: Version-0_9_16-branch
        home.php 
Log Message:
changed to use title generated by applications-class

Index: home.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgroupware/home.php,v
retrieving revision 1.16.2.1
retrieving revision 1.16.2.1.2.1
diff -C2 -r1.16.2.1 -r1.16.2.1.2.1
*** home.php    17 Sep 2002 02:52:57 -0000      1.16.2.1
--- home.php    27 Mar 2003 18:21:12 -0000      1.16.2.1.2.1
***************
*** 148,152 ****
                                        include($_versionfile);
                                        $_file_version = 
$setup_info[$_app_name]['version'];
!                                       $_app_title    = 
$setup_info[$_app_name]['title'];
                                        unset($setup_info);
  
--- 148,152 ----
                                        include($_versionfile);
                                        $_file_version = 
$setup_info[$_app_name]['version'];
!                                       $_app_title    = 
$GLOBALS['phpgw_info']['apps'][$_app_name]['title'];
                                        unset($setup_info);
  
***************
*** 154,158 ****
                                        {
                                                $_found = True;
!                                               $_app_string .= '<br>' . 
lang($_app_title);
                                        }
                                        unset($_file_version);
--- 154,158 ----
                                        {
                                                $_found = True;
!                                               $_app_string .= '<br>' . 
$_app_title;
                                        }
                                        unset($_file_version);





reply via email to

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