Index: openacs-4/packages/xowiki/tcl/package-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/package-procs.tcl,v diff -u -N -r1.77.2.6 -r1.77.2.7 --- openacs-4/packages/xowiki/tcl/package-procs.tcl 12 Sep 2007 09:45:55 -0000 1.77.2.6 +++ openacs-4/packages/xowiki/tcl/package-procs.tcl 12 Sep 2007 19:01:27 -0000 1.77.2.7 @@ -868,7 +868,7 @@ foreach n [ns_cache names xowiki_cache $key] {ns_cache flush xowiki_cache $n} } - Package instproc delete {-item_id:required -name:required} { + Package instproc delete {-item_id -name} { # # This delete method does not require an instanantiated object, # while the class-specific delete methods in xowiki-procs need these.