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.49.2.6 -r1.49.2.7 --- openacs-4/packages/acs-templating/tcl/date-procs.tcl 13 Feb 2017 14:27:02 -0000 1.49.2.6 +++ openacs-4/packages/acs-templating/tcl/date-procs.tcl 22 Apr 2017 18:15:50 -0000 1.49.2.7 @@ -305,7 +305,7 @@ # DRB: We need to differentiate between date and timestamp, for PG, at least, # and since Oracle supports to_timestamp() we'll just do it for both DBs. # DEDS: revert this first as to_timestamp is only for - # oracle9i. no clear announcement that openacs has dropped + # oracle9i. no clear announcement that OpenACS has dropped # support for 8i if { [llength $date] <= 3 || ([db_type] eq "oracle" && [string match "8.*" [db_version]]) } { return "to_date('$value', '$format')"