From: <cl...@us...> - 2003-12-18 06:08:46
|
Update of /cvsroot/phpicalendar/phpicalendar/functions In directory sc8-pr-cvs1:/tmp/cvs-serv5959/functions Modified Files: init.inc.php Log Message: Index: init.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/functions/init.inc.php,v retrieving revision 1.55 retrieving revision 1.56 diff -C2 -d -r1.55 -r1.56 *** init.inc.php 18 Dec 2003 06:06:18 -0000 1.55 --- init.inc.php 18 Dec 2003 06:08:43 -0000 1.56 *************** *** 7,11 **** // uncomment when developing, comment for shipping version ! error_reporting (E_ERROR | E_WARNING | E_PARSE | E_NOTICE); // Older versions of PHP do not define $_SERVER. Define it here instead. --- 7,11 ---- // uncomment when developing, comment for shipping version ! // error_reporting (E_ERROR | E_WARNING | E_PARSE); // Older versions of PHP do not define $_SERVER. Define it here instead. *************** *** 22,26 **** include_once(BASE.'functions/error.php'); include_once(BASE.'functions/calendar_functions.php'); - $filename = ''; if (isset($HTTP_COOKIE_VARS['phpicalendar'])) { $phpicalendar = unserialize(stripslashes($HTTP_COOKIE_VARS['phpicalendar'])); --- 22,25 ---- |