aboutsummaryrefslogtreecommitdiffstats
path: root/functions/list_weeks.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_weeks.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_weeks.php')
-rw-r--r--functions/list_weeks.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/list_weeks.php b/functions/list_weeks.php
index f9301e8..6f5410b 100644
--- a/functions/list_weeks.php
+++ b/functions/list_weeks.php
@@ -11,7 +11,7 @@ $check_week = strtotime($getdate);
$start_week_time = strtotime(dateOfWeek(date("Ymd", strtotime("$this_year-01-01")), $week_start_day));
$end_week_time = $start_week_time + (6 * 25 * 60 * 60);
-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";
// build the <option> tags
do {

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