Index: openacs-4/packages/acs-templating/www/doc/demo/list6/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/demo/list6/index.tcl,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/acs-templating/www/doc/demo/list6/index.tcl 7 Aug 2017 23:48:02 -0000 1.3 +++ openacs-4/packages/acs-templating/www/doc/demo/list6/index.tcl 26 Apr 2018 08:56:37 -0000 1.4 @@ -16,10 +16,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"