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.48 -r1.49 --- openacs-4/packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl 21 May 2018 16:40:47 -0000 1.48 +++ openacs-4/packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl 11 Jul 2018 07:31:22 -0000 1.49 @@ -272,10 +272,10 @@ set list_of_source_procs {ns_sourceproc apm_source template::adp_parse template::frm_page_handler rp_handle_tcl_request} # We check if we're running the special ns_ proc that tells us - # whether this is an URL or a Tcl proc. + # whether this is a URL or a Tcl proc. if { [lindex $proc_name 0] in $list_of_source_procs } { - # Means we are running inside an URL + # Means we are running inside a URL # TEST # for {set i 0} {$i < 6} {incr i} {