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.22 -r1.23 --- openacs-4/packages/acs-templating/tcl/date-procs.tcl 15 Oct 2003 10:27:58 -0000 1.22 +++ openacs-4/packages/acs-templating/tcl/date-procs.tcl 15 Oct 2003 12:35:51 -0000 1.23 @@ -11,6 +11,13 @@ # Prepare an array to map symbolic month names to their indices +namespace eval template {} +namespace eval template::data {} +namespace eval template::util {} +namespace eval template::util::date {} +namespace eval template::widget {} +namespace eval template::data::transform {} + ad_proc -public template::util::date { command args } { Dispatch procedure for the date object } {