Index: openacs-4/packages/assessment/www/show_items.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/Attic/show_items.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/assessment/www/show_items.tcl 10 May 2004 12:20:10 -0000 1.1 +++ openacs-4/packages/assessment/www/show_items.tcl 28 Aug 2004 15:35:10 -0000 1.2 @@ -17,8 +17,8 @@ #For each item: db_multirow items query_all_items {} { #If there is an item - if {![empty_string_p $item_id]} { - add_item_to_form show_item_form $item_id + if {![empty_string_p $as_item_id]} { + add_item_to_form show_item_form $as_item_id } }