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.49.2.14 -r1.49.2.15 --- openacs-4/packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl 1 Mar 2021 10:43:10 -0000 1.49.2.14 +++ openacs-4/packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl 1 Mar 2021 12:05:15 -0000 1.49.2.15 @@ -69,7 +69,7 @@ } ad_proc -private db_rdbms_get_type {rdbms} { - Conveniance function, could be replaced there with standard Tcl + Convenience function, could be replaced there with standard Tcl dict operations. @param rdbms descriptor in form of a type version pair @@ -79,7 +79,7 @@ } ad_proc -private db_rdbms_get_version {rdbms} { - Conveniance function, could be replaced there with standard Tcl + Convenience function, could be replaced there with standard Tcl dict operations. @param rdbms descriptor constructed by db_rdbms_create @@ -615,10 +615,15 @@ } # -# Make sure to have the array +# Make sure to create the nsv array. # nsv_set OACS_FULLQUERIES . . +# +# Due to bootstrapping, we can't use server specific files +# (such as *-procs-naviserver.tcl, *-procs-aolserver.tcl) +# here. +# if {[ns_info name] eq "NaviServer"} { # # NaviServer variant: use nsv_get/3