Index: openacs-4/packages/survey/www/admin/respondents.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/survey/www/admin/respondents.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/survey/www/admin/respondents.tcl 18 Sep 2002 14:55:01 -0000 1.2 +++ openacs-4/packages/survey/www/admin/respondents.tcl 13 Jan 2003 02:48:32 -0000 1.3 @@ -31,7 +31,7 @@ {first_names "First Name" {upper(first_names) $order} {$first_names}} {last_name "Last Name" "" {$last_name}} {email "Email Address" "" {$email}} - {actions "Actions" no_sort {View}} + {actions "Actions" no_sort {View}} } set respondents_table [ad_table -Torderby $orderby -Textra_vars {survey_id} select_respondents {} $table_def]