diff options
author | Ivan Kohler <ivan@freeside.biz> | 2021-01-04 13:28:26 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2021-01-04 13:28:26 -0800 |
commit | 02b7d15afbee7e1837cd091905b311754b31894d (patch) | |
tree | 6a7d7e1381cd25e74b6c78550f53b03ac1fd9d03 | |
parent | fd70b5ffdcbd074e48a913bffbd21dffb7eacc10 (diff) |
2020 didn't go as planned, RT#85281
-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 7ea2307c2..d4ef651f1 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' => '2020', #and that's really the end of the line for 3.x + 'end_year' => '2021', #really really the end of the line for 3.x @_, ); </%init> |