From c4d545cc025c75e30a2208d7cf2140ab9032d6b9 Mon Sep 17 00:00:00 2001 From: Jim Hu Date: Thu, 8 Dec 2005 01:06:09 +0000 Subject: zap file gremlin in init.inc.php --- functions/init.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'functions/init.inc.php') diff --git a/functions/init.inc.php b/functions/init.inc.php index d9c3619..1af0c07 100644 --- a/functions/init.inc.php +++ b/functions/init.inc.php @@ -40,8 +40,8 @@ if($_REQUEST['cpath']){ $tmp_dir .= "/$cpath"; } #these need cpath to be set -if (isset($user_template[$cpath])){ -Ê Ê Ê$template = $user_template[$cpath]; +if (isset($user_template["$cpath"])){ + $template = $user_template["$cpath"]; } include_once(BASE.'error.php'); include_once(BASE.'functions/calendar_functions.php'); -- cgit v1.2.3