Index: openacs-4/packages/acs-tcl/tcl/apm-xml-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/apm-xml-procs.tcl,v diff -u -r1.13 -r1.14 --- openacs-4/packages/acs-tcl/tcl/apm-xml-procs.tcl 27 Jan 2003 10:45:23 -0000 1.13 +++ openacs-4/packages/acs-tcl/tcl/apm-xml-procs.tcl 17 Feb 2003 23:55:13 -0000 1.14 @@ -415,7 +415,7 @@ # Validate the file type: it must be null (unknown type) or # some value in [apm_file_type_keys]. if { ![empty_string_p $type] && [lsearch -exact [apm_file_type_keys] $type] < 0 } { - error "Invalid file type \"$type\"" + ns_log Warning "Unrecognized file type \"$type\" of file $file_path" } # Validate the database type: it must be null (unknown type) or # some value in [apm_db_type_keys].