Update of /cvsroot/phpicalendar/phpicalendar/functions
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13538/phpicalendarxx/functions
Modified Files:
init.inc.php
Log Message:
bug fix for repeating events where first day of month is same as repeat day
Index: init.inc.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/functions/init.inc.php,v
retrieving revision 1.102
retrieving revision 1.103
diff -C2 -d -r1.102 -r1.103
*** init.inc.php 14 Aug 2006 07:07:46 -0000 1.102
--- init.inc.php 2 Nov 2006 08:06:03 -0000 1.103
***************
*** 14,17 ****
--- 14,18 ----
// Pull in the configuration and some functions.
if (!defined('BASE')) define('BASE', './');
+ include_once(BASE.'default_config.inc.php');
include_once(BASE.'config.inc.php');
|