diff options
author | Ivan Kohler <ivan@freeside.biz> | 2014-02-25 22:47:45 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2014-02-25 22:47:45 -0800 |
commit | 3198bdfc17b6c1370dadc17d608a571c0f811b5c (patch) | |
tree | 1d649d3010c612b013dc2b281097137330445d63 | |
parent | b6c0ce19ea154eeec1f992a528c5c7e3ef877e81 (diff) |
2015
-rw-r--r-- | httemplate/elements/tr-select-from_to.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/tr-select-from_to.html b/httemplate/elements/tr-select-from_to.html index ad9b40a6b..dfd57e0c6 100644 --- a/httemplate/elements/tr-select-from_to.html +++ b/httemplate/elements/tr-select-from_to.html @@ -39,7 +39,7 @@ my %hash = ( 'show_month_abbr' => 1, 'start_year' => '1999', - 'end_year' => '2014', + 'end_year' => '2015', @_, ); </%init> |