aboutsummaryrefslogtreecommitdiffstats
path: root/functions/list_months.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2003-03-10 18:27:00 +0000
committerChad Little <clittle@users.sourceforge.net>2003-03-10 18:27:00 +0000
commit00badbbaaf12ee8fd6e0afe6f22b974fe568449c (patch)
treed8445ae22aef6aa51ba7e43dcaf24c23c84092ed /functions/list_months.php
parentf805b37284b3c543018205a1014829023a33dc08 (diff)
downloadphpicalendar-00badbbaaf12ee8fd6e0afe6f22b974fe568449c.tar.gz
phpicalendar-00badbbaaf12ee8fd6e0afe6f22b974fe568449c.tar.bz2
phpicalendar-00badbbaaf12ee8fd6e0afe6f22b974fe568449c.zip
More validation fixes, basic attendee parsing added.
Diffstat (limited to 'functions/list_months.php')
-rw-r--r--functions/list_months.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/list_months.php b/functions/list_months.php
index e7e1a2a..baaccb4 100644
--- a/functions/list_months.php
+++ b/functions/list_months.php
@@ -1,5 +1,5 @@
<?php
-print "<form>\n<select name=\"action\" class=\"query_style\" onChange=\"window.location=(this.options[this.selectedIndex].value);\">\n";
+print "<form action=\"day.php\" method=\"GET\">\n<select name=\"action\" class=\"query_style\" onChange=\"window.location=(this.options[this.selectedIndex].value);\">\n";
$month_time = strtotime("$this_year-01-01");
$getdate_month = date("m", strtotime($getdate));

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