aboutsummaryrefslogtreecommitdiffstats
path: root/functions/list_months.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-11-23 23:42:00 +0000
committerChad Little <clittle@users.sourceforge.net>2002-11-23 23:42:00 +0000
commit089f72682f3fd9e2cd845843e7bd9a96047a197d (patch)
tree1defcd74262056de5251bf49f58f5c0954e4d809 /functions/list_months.php
parent94b4bf779ba7bd00c60ddd68df1563c8db9442b4 (diff)
downloadphpicalendar-089f72682f3fd9e2cd845843e7bd9a96047a197d.tar.gz
phpicalendar-089f72682f3fd9e2cd845843e7bd9a96047a197d.tar.bz2
phpicalendar-089f72682f3fd9e2cd845843e7bd9a96047a197d.zip
Patched.
Diffstat (limited to 'functions/list_months.php')
-rw-r--r--functions/list_months.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/functions/list_months.php b/functions/list_months.php
index a1ef122..e7e1a2a 100644
--- a/functions/list_months.php
+++ b/functions/list_months.php
@@ -10,9 +10,9 @@ for ($i=0; $i<12; $i++) {
$month_month = date("m", $month_time);
$select_month = localizeDate($dateFormat_month, $month_time);
if ($month_month == $getdate_month) {
- print "<option value=\"month.php?cal=$cal&getdate=$monthdate\" selected>$select_month</option>\n";
+ print "<option value=\"month.php?cal=$cal&amp;getdate=$monthdate\" selected>$select_month</option>\n";
} else {
- print "<option value=\"month.php?cal=$cal&getdate=$monthdate\">$select_month</option>\n";
+ print "<option value=\"month.php?cal=$cal&amp;getdate=$monthdate\">$select_month</option>\n";
}
$month_time = strtotime ("+1 month", $month_time);
}

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