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.4 -r1.5 --- openacs-4/packages/acs-templating/www/doc/demo/list6/index.tcl 26 Apr 2018 08:56:37 -0000 1.4 +++ openacs-4/packages/acs-templating/www/doc/demo/list6/index.tcl 9 May 2018 15:33:29 -0000 1.5 @@ -16,10 +16,10 @@ set package_id [ad_conn package_id] set user_id [ad_conn user_id] -set context {} +set context [list] set create_p [permission::permission_p -object_id $package_id -privilege create] -set actions {} +set actions [list] if { $create_p } { lappend actions "Create Note" add-edit "Create Note"