diff options
author | ivan <ivan> | 2004-06-30 14:33:35 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-06-30 14:33:35 +0000 |
commit | 0b227319d33d012890891570891f9d9401ff89ff (patch) | |
tree | c166e9e17c3c45bd031dd0ce7f25558b16e1988e /httemplate/misc | |
parent | 6e606e4f3c8a27df62bb2f229a09fccca7bd4d6b (diff) |
forgot october! closes: Bug#880
Diffstat (limited to 'httemplate/misc')
-rw-r--r-- | httemplate/misc/payment.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/payment.cgi b/httemplate/misc/payment.cgi index cea77fe1a..02c6c5428 100644 --- a/httemplate/misc/payment.cgi +++ b/httemplate/misc/payment.cgi @@ -92,7 +92,7 @@ function achclose() { <TD>Exp.</TD> <TD> <SELECT NAME="month"> - <% for ( ( map "0$_", 1 .. 9 ), 11, 12 ) { %> + <% for ( ( map "0$_", 1 .. 9 ), 10 .. 12 ) { %> <OPTION<%= $_ == $month ? ' SELECTED' : '' %>><%= $_ %> <% } %> </SELECT> |