|
From: <ji...@us...> - 2005-12-08 01:06:21
|
Update of /cvsroot/phpicalendar/phpicalendar/functions In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6951/phpicalendar/functions Modified Files: init.inc.php Log Message: zap file gremlin in init.inc.php Index: init.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/functions/init.inc.php,v retrieving revision 1.82 retrieving revision 1.83 diff -C2 -d -r1.82 -r1.83 *** init.inc.php 4 Dec 2005 17:52:52 -0000 1.82 --- init.inc.php 8 Dec 2005 01:06:09 -0000 1.83 *************** *** 41,46 **** } #these need cpath to be set ! if (isset($user_template[$cpath])){ ! Ê Ê Ê$template = $user_template[$cpath]; } include_once(BASE.'error.php'); --- 41,46 ---- } #these need cpath to be set ! if (isset($user_template["$cpath"])){ ! $template = $user_template["$cpath"]; } include_once(BASE.'error.php'); |