fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [7199] admin: add appname to message


From: Sigurd Nes
Subject: [Fmsystem-commits] [7199] admin: add appname to message
Date: Fri, 08 Apr 2011 10:09:29 +0000

Revision: 7199
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=7199
Author:   sigurdne
Date:     2011-04-08 10:09:28 +0000 (Fri, 08 Apr 2011)
Log Message:
-----------
admin: add appname to message

Modified Paths:
--------------
    trunk/admin/inc/hook_after_navbar.inc.php

Modified: trunk/admin/inc/hook_after_navbar.inc.php
===================================================================
--- trunk/admin/inc/hook_after_navbar.inc.php   2011-04-08 10:08:31 UTC (rev 
7198)
+++ trunk/admin/inc/hook_after_navbar.inc.php   2011-04-08 10:09:28 UTC (rev 
7199)
@@ -78,13 +78,13 @@
                        }
                        
if(!isset($_current[$GLOBALS['phpgw_info']['flags']['currentapp']]))
                        {
-                               $app_str  = '<br>' . lang('This application 
requires an upgrade') . ':' . "\n";
+                               $app_str  = '<br>' . lang('This application 
requires an upgrade') . ": {$GLOBALS['phpgw_info']['flags']['currentapp']}\n";
                                $app_str .= '<br>' . lang('Please run setup to 
become current') . '.' . "\n";
                                $require_upgrade = true;
                        }
                        else
                        {
-                               $app_str  =  '<br>' . lang('This application is 
current') . "\n";
+       //                      $app_str  =  '<br>' . lang('This application is 
current') . "\n";
                        }
                
                        if($require_upgrade)




reply via email to

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