From 9f4bea61faff9e87bfaa4e51874638fc55cab9b6 Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Mon, 17 Sep 2001 12:25:55 +0000 Subject: [PATCH] add missing ) --- phpgwapi/templates/default/head.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/templates/default/head.inc.php b/phpgwapi/templates/default/head.inc.php index 3579dc5118..745d5643f8 100644 --- a/phpgwapi/templates/default/head.inc.php +++ b/phpgwapi/templates/default/head.inc.php @@ -12,7 +12,7 @@ /* $Id$ */ $app_css = ''; - if(isset($GLOBALS['HTTP_GET_VARS']['menuaction']) + if(isset($GLOBALS['HTTP_GET_VARS']['menuaction'])) { list($app,$class,$method) = explode('.',$GLOBALS['HTTP_GET_VARS']['menuaction']); if(is_array($GLOBALS[$class]->public_functions) && $GLOBALS[$class]->public_functions['css'])