diff options
author | Ivan Kohler <ivan@freeside.biz> | 2024-07-03 14:59:17 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2024-07-03 14:59:17 -0700 |
commit | 79b9e352c852cf4b7712b69bbbd29f17e5c1e053 (patch) | |
tree | baf99d05e33edaac8ce9cf3d94dde3bbe1d84949 | |
parent | 4de00d361a1e3d477458f872972dde56d8bc2d9c (diff) |
*sigh* life
-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 81665e4a9..c24209737 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' => '2023', #really really the end of the line for 3.x + 'end_year' => $eyear+3, @_, ); </%init> |