Index: openacs-4/packages/acs-tcl/tcl/widgets-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/widgets-procs.tcl,v diff -u -N -r1.23.2.2 -r1.23.2.3 --- openacs-4/packages/acs-tcl/tcl/widgets-procs.tcl 22 Nov 2019 16:21:43 -0000 1.23.2.2 +++ openacs-4/packages/acs-tcl/tcl/widgets-procs.tcl 25 Nov 2019 12:53:41 -0000 1.23.2.3 @@ -120,7 +120,17 @@ return {1 2 3 4 5 6 7 8 9 10 11 12} } -ad_proc future_years_list { +ad_proc -deprecated future_years_list args { + Returns a list containing the next num_year years in the future. + + DEPRECATED: use the version complying with naming convention + + @see ad_future_years_list +} { + return [ad_future_years_list {*}$args] +} + +ad_proc ad_future_years_list { {num_year 10} } { Returns a list containing the next num_year years in the future.