Index: openacs-4/packages/simple-survey/www/admin/one.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/simple-survey/www/admin/one.xql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/simple-survey/www/admin/one.xql 15 Jun 2001 01:06:39 -0000 1.1 +++ openacs-4/packages/simple-survey/www/admin/one.xql 15 Mar 2002 05:26:42 -0000 1.2 @@ -8,7 +8,7 @@ first_names || ' ' || last_name as creator_name, creation_user, creation_date, (case when enabled_p = 't' then 'Enabled' when enabled_p = 'f' then 'Disabled' end) as survey_status, enabled_p, (case when single_response_p = 't' then 'One' when single_response_p = 'f' then 'Multiple' end) as survey_response_limit, -(case when single_editable_p = 't' then 'Editable' when single_editable_p = 'f' then 'Non-editable' end) as survey_editable_single, type +(case when single_editable_p = 't' then 'Editable' when single_editable_p = 'f' then 'Non-editable' end) as survey_editable_single, type,display_type from survsimp_surveys, acs_objects, persons where object_id = survey_id and person_id = creation_user