Index: openacs-4/packages/oacs-dav/tcl/oacs-dav-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/oacs-dav/tcl/oacs-dav-procs.tcl,v diff -u -r1.4.2.6 -r1.4.2.7 --- openacs-4/packages/oacs-dav/tcl/oacs-dav-procs.tcl 31 Mar 2004 03:23:31 -0000 1.4.2.6 +++ openacs-4/packages/oacs-dav/tcl/oacs-dav-procs.tcl 1 Apr 2004 04:39:37 -0000 1.4.2.7 @@ -392,8 +392,8 @@ # then we would probably have to send that to tDAV for processing ns_log debug "DAV: response is \"$response\"" - if {![string equal -nocase "get" $method] && \ - ![string equal -nocase "head" $method]} { + if {![string equal -nocase "get" $method] + && ![string equal -nocase "head" $method]} { tdav::respond $response }