Index: openacs-4/packages/acs-templating/www/doc/demo/list6/delete.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/demo/list6/delete.tcl,v
diff -u -r1.1 -r1.2
--- openacs-4/packages/acs-templating/www/doc/demo/list6/delete.tcl	10 Feb 2006 00:47:17 -0000	1.1
+++ openacs-4/packages/acs-templating/www/doc/demo/list6/delete.tcl	10 Feb 2006 08:16:59 -0000	1.2
@@ -6,13 +6,13 @@
   @creation-date 2000-10-23
   @cvs-id $Id$
 } {
-  note_id:integer,notnull,multiple
+  template_demo_note_id:integer,notnull,multiple
 }
 
-foreach note_id $note_id {
-    ad_require_permission $note_id delete
+foreach template_demo_note_id $template_demo_note_id {
+    ad_require_permission $template_demo_note_id delete
 
-    package_exec_plsql -var_list [list [list note_id $note_id]] note del
+    package_exec_plsql -var_list [list [list template_demo_note_id $template_demo_note_id]] template_demo_note del
 }
 
 ad_returnredirect "./"