From: <ji...@us...> - 2008-12-20 00:33:18
|
Update of /cvsroot/phpicalendar/phpicalendar/functions/init In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv25593/functions/init Modified Files: date_range.php Log Message: misc minor fixes Index: date_range.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/functions/init/date_range.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** date_range.php 17 Dec 2008 06:58:53 -0000 1.3 --- date_range.php 20 Dec 2008 00:33:14 -0000 1.4 *************** *** 4,8 **** $getdate = $_GET['getdate']; } else { ! $getdate = date('Ymd', time() + $second_offset); } } --- 4,8 ---- $getdate = $_GET['getdate']; } else { ! $getdate = date('Ymd', time() + $phpIcal_config->second_offset); } } |