From: <ji...@us...> - 2008-12-12 00:08:53
|
Update of /cvsroot/phpicalendar/phpicalendar In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv13781 Modified Files: day.php Log Message: fix calendar path bug in initialization Index: day.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/day.php,v retrieving revision 1.132 retrieving revision 1.133 diff -C2 -d -r1.132 -r1.133 *** day.php 11 Dec 2008 21:54:52 -0000 1.132 --- day.php 12 Dec 2008 00:08:47 -0000 1.133 *************** *** 56,60 **** 'version' => $phpiCal_config->phpicalendar_version, 'charset' => $phpiCal_config->charset, ! 'default_path' => '', 'template' => $phpiCal_config->template, 'cal' => $cal, --- 56,60 ---- 'version' => $phpiCal_config->phpicalendar_version, 'charset' => $phpiCal_config->charset, ! 'default_path' => $phpiCal_config->default_path, 'template' => $phpiCal_config->template, 'cal' => $cal, |