Index: openacs-4/packages/acs-lang/tcl/localization-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-lang/tcl/localization-procs.tcl,v diff -u -N -r1.29.2.13 -r1.29.2.14 --- openacs-4/packages/acs-lang/tcl/localization-procs.tcl 3 Jul 2020 07:53:44 -0000 1.29.2.13 +++ openacs-4/packages/acs-lang/tcl/localization-procs.tcl 21 Jul 2020 14:02:09 -0000 1.29.2.14 @@ -499,7 +499,7 @@ @param time_value Timestamp from the database in the ISO datetime format. @return Timestamp in conn's local time, also in ISO datetime format. } { - if { ![ad_conn isconnected] } { + if { ![ns_conn isconnected] } { return $time_value } @@ -522,7 +522,7 @@ @param time_value Timestamp from conn input in the ISO datetime format. @return Timestamp in the database's timezone, also in ISO datetime format. } { - if { ![ad_conn isconnected] } { + if { ![ns_conn isconnected] } { return $time_value }