From 4b0053280f0af2cf46f480b37ad50bf9eb00c657 Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Tue, 30 Apr 2002 11:42:08 +0000 Subject: [PATCH] remove extra ) --- phpgwapi/inc/footer.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/inc/footer.inc.php b/phpgwapi/inc/footer.inc.php index 07dc054342..5c00951696 100644 --- a/phpgwapi/inc/footer.inc.php +++ b/phpgwapi/inc/footer.inc.php @@ -34,7 +34,7 @@ /**************************************************************************\ * Include the apps footer files if it exists * \**************************************************************************/ - if((file_exists (PHPGW_APP_INC . '/footer.inc.php') || MENUACTION)) && + if((file_exists(PHPGW_APP_INC . '/footer.inc.php') || MENUACTION) && $GLOBALS['phpgw_info']['flags']['currentapp'] != 'home' && $GLOBALS['phpgw_info']['flags']['currentapp'] != 'login' && $GLOBALS['phpgw_info']['flags']['currentapp'] != 'logout' &&