Index: openacs-4/packages/acs-content-repository/tcl/content-template-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/content-template-procs.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/acs-content-repository/tcl/content-template-procs.tcl 29 Dec 2004 15:34:54 -0000 1.5 +++ openacs-4/packages/acs-content-repository/tcl/content-template-procs.tcl 6 Jan 2005 15:01:31 -0000 1.6 @@ -31,7 +31,6 @@ @param creation_date @param creation_user @param creation_ip - @param package_id @return template_id of created template } { @@ -60,7 +59,7 @@ } { return [package_exec_plsql -var_list [list \ [list template_id $template_id ] \ - ] content_template del] + ] content_template delete] }