aboutsummaryrefslogtreecommitdiffstats
path: root/functions/list_years.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_years.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_years.php')
-rw-r--r--functions/list_years.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/list_years.php b/functions/list_years.php
index 4a8c213..07e43f8 100644
--- a/functions/list_years.php
+++ b/functions/list_years.php
@@ -4,7 +4,7 @@ $year_time = strtotime("$getdate");
$getdate_year = date("Y", strtotime($getdate));
$num_years2 = $num_years;
//echo "$num_years2";
-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
for ($i=0; $i < ($num_years2 +2); $i++) {
$year_time2 = strtotime ("-$num_years2 year", $year_time);

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