diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-01-11 07:05:17 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-01-11 07:05:17 -0800 |
commit | b597daae9cc359717d36845b803758e81e4b5cad (patch) | |
tree | 10d88b6265f4e6e4dccff3cae58eb45b1c037385 | |
parent | cc02a828a03aecd99780bd84a6cec3d375d3b279 (diff) |
2017
-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 57b2388b1..1224de68a 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' => '2016', + 'end_year' => '2017', @_, ); </%init> |