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.27,1.28


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgroupware home.php,1.27,1.28
Date: Sat, 17 May 2003 20:13:04 -0400

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

Modified Files:
        home.php 
Log Message:
fixed app-title in 'The following apps need an update ...'

Index: home.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgroupware/home.php,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -r1.27 -r1.28
*** home.php    21 Apr 2003 08:37:17 -0000      1.27
--- home.php    18 May 2003 00:13:02 -0000      1.28
***************
*** 104,108 ****
                                        include($_versionfile);
                                        $_file_version = 
$setup_info[$_app_name]['version'];
-                                       $_app_title    = 
$setup_info[$_app_name]['title'];
                                        unset($setup_info);
  
--- 104,107 ----
***************
*** 110,117 ****
                                        {
                                                $_found = True;
!                                               $_app_string .= '<br>' . 
lang($_app_title);
                                        }
                                        unset($_file_version);
-                                       unset($_app_title);
                                }
                                unset($_db_version);
--- 109,115 ----
                                        {
                                                $_found = True;
!                                               $_app_string .= '<br>' . 
$GLOBALS['phpgw_info']['apps'][$_app_name]['title'];
                                        }
                                        unset($_file_version);
                                }
                                unset($_db_version);





reply via email to

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