Index: openacs-4/packages/project-manager/lib/all-party-projects.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/project-manager/lib/all-party-projects.tcl,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/project-manager/lib/all-party-projects.tcl 26 Apr 2018 08:56:38 -0000 1.2 +++ openacs-4/packages/project-manager/lib/all-party-projects.tcl 9 May 2018 15:33:33 -0000 1.3 @@ -57,7 +57,7 @@ # set up context bar -set context {} +set context [list] # the unique identifier for this package set user_id [ad_maybe_redirect_for_registration] @@ -98,8 +98,8 @@ } } -set actions {} -set bulk_actions {} +set actions [list] +set bulk_actions [list] template::list::create \ -name "projects" \