Index: openacs-4/packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl,v diff -u -r1.42.2.4 -r1.42.2.5 --- openacs-4/packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl 1 Oct 2013 07:43:17 -0000 1.42.2.4 +++ openacs-4/packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl 13 Oct 2013 10:22:22 -0000 1.42.2.5 @@ -345,7 +345,7 @@ # db_qd_log QDDebug "calling namespace = $calling_namespace" if {$calling_namespace ne "" && - ![string match *::* $proc_name]} { + ![string match "*::*" $proc_name]} { set proc_name ${calling_namespace}::${proc_name} } # db_qd_log QDDebug "proc_name is -$proc_name-"