From cf2cf301b29fa9787769fd4350402320234a7312 Mon Sep 17 00:00:00 2001 From: reinerj Date: Tue, 10 Feb 2004 17:12:01 +0000 Subject: [PATCH] update for felamimail folder error --- phpgwapi/templates/idots/head.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/templates/idots/head.inc.php b/phpgwapi/templates/idots/head.inc.php index ad640822b6..78921c3b35 100644 --- a/phpgwapi/templates/idots/head.inc.php +++ b/phpgwapi/templates/idots/head.inc.php @@ -89,7 +89,7 @@ 'theme_css' => $theme_css, 'css' => $GLOBALS['phpgw']->common->get_css(), 'java_script' => $GLOBALS['phpgw']->common->get_java_script(), - 'js_foldertree' => $js_foldertree, + 'js_foldertree' => $js_foldertree ); $tpl->set_var($var); $tpl->pfp('out','head');