Index: openacs-4/packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl 16 Apr 2001 21:59:47 -0000 1.2 +++ openacs-4/packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl 26 Apr 2001 02:18:57 -0000 1.3 @@ -283,7 +283,7 @@ set file_type [apm_guess_file_type $package_key $file] if {[string equal $file_type query_file] && - ([empty_string_p $file_type] || [string equal $file_db_type $db_type])} { + ([empty_string_p $file_db_type] || [string equal $file_db_type $db_type])} { db_qd_load_query_file $file } }