aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2006-06-28 23:30:47 +0000
committerJim Hu <jimhu@users.sourceforge.net>2006-06-28 23:30:47 +0000
commita54cb7164092f0037bd7df4a76fc413b6ccfcd37 (patch)
treee253599f395facbdf0cc25f39a809f2d2cb62509
parent8a47ad7ef5e843596ba8b754f97ab21d60ff982b (diff)
downloadphpicalendar-a54cb7164092f0037bd7df4a76fc413b6ccfcd37.tar.gz
phpicalendar-a54cb7164092f0037bd7df4a76fc413b6ccfcd37.tar.bz2
phpicalendar-a54cb7164092f0037bd7df4a76fc413b6ccfcd37.zip
minor modification to event.php - comment out unneeded POST var
-rw-r--r--includes/event.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/event.php b/includes/event.php
index af00fcc..ee7870a 100644
--- a/includes/event.php
+++ b/includes/event.php
@@ -1,6 +1,6 @@
<?php
define('BASE', '../');
-$getdate = $_POST['date'];
+#$getdate = $_POST['date'];
include_once(BASE.'functions/init.inc.php');
#include_once(BASE.'functions/ical_parser.php');
require_once(BASE.'functions/template.php');

© 2014-2024 Faster IT GmbH | imprint | privacy policy