Index: openacs-4/packages/acs-templating/www/doc/demo/list7/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/demo/list7/index.tcl,v diff -u -N -r1.5 -r1.6 --- openacs-4/packages/acs-templating/www/doc/demo/list7/index.tcl 7 Aug 2017 23:48:02 -0000 1.5 +++ openacs-4/packages/acs-templating/www/doc/demo/list7/index.tcl 26 Apr 2018 08:56:37 -0000 1.6 @@ -32,10 +32,10 @@ set package_id [ad_conn package_id] set user_id [ad_conn user_id] -set context [list] +set context {} set create_p [permission::permission_p -object_id $package_id -privilege create] -set actions [list] +set actions {} if { $create_p } { lappend actions "Create Note" add-edit "Create Note"