From: <ji...@us...> - 2006-06-28 23:30:53
|
Update of /cvsroot/phpicalendar/phpicalendar/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9077/phpicalendar/includes Modified Files: event.php Log Message: minor modification to event.php - comment out unneeded POST var Index: event.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/includes/event.php,v retrieving revision 1.38 retrieving revision 1.39 diff -C2 -d -r1.38 -r1.39 *** event.php 5 Apr 2006 04:43:59 -0000 1.38 --- event.php 28 Jun 2006 23:30:47 -0000 1.39 *************** *** 1,5 **** <?php define('BASE', '../'); ! $getdate = $_POST['date']; include_once(BASE.'functions/init.inc.php'); #include_once(BASE.'functions/ical_parser.php'); --- 1,5 ---- <?php define('BASE', '../'); ! #$getdate = $_POST['date']; include_once(BASE.'functions/init.inc.php'); #include_once(BASE.'functions/ical_parser.php'); |