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.1 -r1.2 --- openacs-4/packages/project-manager/lib/all-party-projects.tcl 11 Nov 2005 20:20:24 -0000 1.1 +++ openacs-4/packages/project-manager/lib/all-party-projects.tcl 26 Apr 2018 08:56:38 -0000 1.2 @@ -57,7 +57,7 @@ # set up context bar -set context [list] +set context {} # the unique identifier for this package set user_id [ad_maybe_redirect_for_registration] @@ -98,8 +98,8 @@ } } -set actions [list] -set bulk_actions [list] +set actions {} +set bulk_actions {} template::list::create \ -name "projects" \