diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-01-03 14:08:43 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-01-03 14:08:43 -0800 |
commit | a7d9192c0b3b7dc5c4aa5bd889db93379dfeac3b (patch) | |
tree | 6a3227066d871fa76c1fd4d0554b39c19883cd70 | |
parent | 1be5d7ada63dc18682e4b6747c66bfed4f34945c (diff) |
4.x support prediction
-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> |