Index: openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl,v diff -u -N -r1.140.2.59 -r1.140.2.60 --- openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 13 Feb 2017 14:08:42 -0000 1.140.2.59 +++ openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 1 Mar 2017 13:59:52 -0000 1.140.2.60 @@ -4954,7 +4954,7 @@ } -if {[ns_info name] ne "NaviServer"} { +if {[info commands ns_parseurl] eq ""} { # # In case, we are not running under NaviServer, provide a proc # compatible with NaviServer's built in ns_parseurl.