Index: openacs-4/packages/organizations/www/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/organizations/www/index.tcl,v diff -u -r1.2 -r1.2.2.1 --- openacs-4/packages/organizations/www/index.tcl 26 Jan 2004 15:39:47 -0000 1.2 +++ openacs-4/packages/organizations/www/index.tcl 27 Sep 2004 23:39:43 -0000 1.2.2.1 @@ -59,11 +59,14 @@ edit { label {} display_template { - + Edit - + + + @orgs.write@ + } } name { @@ -108,11 +111,12 @@ } } -db_multirow -extend { item_url write_p } orgs orgs_query { + +db_multirow -extend { item_url write } orgs orgs_query { } { set item_url [export_vars -base "one" {organization_id}] - set write_p $write_p + set write $write_p }