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.6 -r1.49.2.7 --- openacs-4/packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl 22 Feb 2021 14:14:59 -0000 1.49.2.6 +++ openacs-4/packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl 22 Feb 2021 16:56:53 -0000 1.49.2.7 @@ -509,7 +509,7 @@ set whole_file [read $file_pointer] # PREPARE THE FILE (ben - this is in case the file needs massaging before parsing) - set whole_file [db_qd_internal_prepare_queryfile_content $whole_file] + set whole_file [db_qd_prepare_queryfile_content $whole_file] # Iterate and parse out each query set parsing_state [db_qd_internal_parse_init $whole_file $file_tag] @@ -825,11 +825,10 @@ } -## -## Extra Utilities to Massage the system and Rub it in all the right ways -## -ad_proc -public db_qd_internal_prepare_queryfile_content {file_content} { - Prepare raw .xql-file content form xml-parsing via quoting +ad_proc -public db_qd_prepare_queryfile_content {file_content} { + Prepare raw .xql-file content form xml-parsing via quoting. The + result is parsable XML, where "partialquery" is replaced by + "fullquery". } { set new_file_content ""