Index: openacs-4/packages/acs-templating/tcl/date-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/date-procs.tcl,v diff -u -r1.51 -r1.52 --- openacs-4/packages/acs-templating/tcl/date-procs.tcl 1 Oct 2017 12:16:05 -0000 1.51 +++ openacs-4/packages/acs-templating/tcl/date-procs.tcl 22 Jan 2018 09:42:31 -0000 1.52 @@ -808,6 +808,8 @@ ad_proc -public -deprecated template::util::leadingTrim { value } { Trim the leading zeroes from the value, but preserve the value as "0" if it is "00" + + @see: util::trim_leading_zeros } { return [util::trim_leading_zeros $value] }