Update of /cvsroot/phpicalendar/phpicalendar/functions/init
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv5363/functions/init
Modified Files:
date_range.php
Log Message:
misc error warnings and notices
Index: date_range.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/functions/init/date_range.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** date_range.php 20 Dec 2008 00:33:14 -0000 1.4
--- date_range.php 20 Dec 2008 03:22:54 -0000 1.5
***************
*** 4,8 ****
$getdate = $_GET['getdate'];
} else {
! $getdate = date('Ymd', time() + $phpIcal_config->second_offset);
}
}
--- 4,8 ----
$getdate = $_GET['getdate'];
} else {
! $getdate = date('Ymd', time() + $phpiCal_config->second_offset);
}
}
|