remove extra )

This commit is contained in:
Miles Lott 2002-04-30 11:42:08 +00:00
parent 14a4078963
commit 4b0053280f

View File

@ -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' &&