phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/inc footer.inc.php,1.17.2.2.2.10


From: skwashd
Subject: [Phpgroupware-cvs] phpgwapi/inc footer.inc.php,1.17.2.2.2.10
Date: Thu, 17 Nov 2005 23:51:00 +0100

Update of phpgwapi/inc

Modified Files:
     Branch: Version-0_9_16-branch
            footer.inc.php lines: +3 -3

Log Message:
fix bug reported by dirk schulz on user list

====================================================
Index: phpgwapi/inc/footer.inc.php
diff -u phpgwapi/inc/footer.inc.php:1.17.2.2.2.9 
phpgwapi/inc/footer.inc.php:1.17.2.2.2.10
--- phpgwapi/inc/footer.inc.php:1.17.2.2.2.9    Fri Sep 23 11:23:52 2005
+++ phpgwapi/inc/footer.inc.php Thu Nov 17 22:51:25 2005
@@ -25,8 +25,8 @@
                && (file_exists (PHPGW_APP_INC . '/footer.inc.php') || 
isset($GLOBALS['phpgw_info']['menuaction']))
                && $GLOBALS['phpgw_info']['flags']['currentapp'] != 'home'
                && $GLOBALS['phpgw_info']['flags']['currentapp'] != 'login'
-               && $GLOBALS['phpgw_info']['flags']['currentapp'] != 'logout'
-               && ! isset($GLOBALS['phpgw_info']['flags']['noappfooter']) && 
$GLOBALS['phpgw_info']['flags']['noappfooter'])
+               && $GLOBALS['phpgw_info']['flags']['currentapp'] != 'logout'
+               && ( !isset($GLOBALS['phpgw_info']['flags']['noappfooter']) || 
$GLOBALS['phpgw_info']['flags']['noappfooter']) )
        {
                if ($GLOBALS['phpgw_info']['menuaction'])
                {






reply via email to

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