Index: openacs-4/packages/curriculum/tcl/curriculum-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/curriculum/tcl/curriculum-procs.tcl,v diff -u -r1.10 -r1.11 --- openacs-4/packages/curriculum/tcl/curriculum-procs.tcl 5 Sep 2003 09:32:15 -0000 1.10 +++ openacs-4/packages/curriculum/tcl/curriculum-procs.tcl 18 Sep 2003 12:54:32 -0000 1.11 @@ -596,10 +596,9 @@ # Build up data structures with the form labels and values # (Note, this is something that the metadata system should be able to do for us) - array set label { - name "[_ curriculum.Name]" - status "[_ curriculum.Status]" - } + array set label [list \ + name "[_ curriculum.Name]" \ + status "[_ curriculum.Status]"] array set value [list \ name "$curriculum(name)" \