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 -N -r1.42.2.3 -r1.42.2.4 --- openacs-4/packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl 1 Oct 2013 07:40:20 -0000 1.42.2.3 +++ openacs-4/packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl 1 Oct 2013 07:43:17 -0000 1.42.2.4 @@ -256,7 +256,7 @@ # We check if we're running the special ns_ proc that tells us # whether this is an URL or a Tcl proc. - if {[lsearch $list_of_source_procs [lindex $proc_name 0]] != -1} { + if { [lindex $proc_name 0] in $list_of_source_procs } { # Means we are running inside an URL