Index: openacs-4/packages/survey/tcl/survey-procs.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/survey/tcl/survey-procs.xql,v diff -u -N -r1.3 -r1.3.2.1 --- openacs-4/packages/survey/tcl/survey-procs.xql 12 Mar 2003 01:05:25 -0000 1.3 +++ openacs-4/packages/survey/tcl/survey-procs.xql 24 Nov 2003 16:42:19 -0000 1.3.2.1 @@ -30,10 +30,10 @@ select s.*, o.creation_user, o.creation_date, p.first_names || ' ' || p.last_name as creator_name, - (case when enabled_p = 't' then '#survey.Enable#' else '#survey.Disable#' end) as enabled_display, - (case when single_response_p = 't' then '#survey.One_response#' else '#survey.Multiple_responses#' end) as single_response_display, - (case when editable_p = 'f' then '#survey.Non-Editable#' else '#survey.Editable#' end) as editable_display, - (case when single_section_p = 'f' then '#survey.Multiple_sections#' else '#survey.Single_section#' end) as single_section_display + (case when enabled_p = 't' then '#survey.enable#' else '#survey.disable#' end) as enabled_display, + (case when single_response_p = 't' then '#survey.one_response#' else '#survey.multiple_responses#' end) as single_response_display, + (case when editable_p = 'f' then '#survey.non-editable#' else '#survey.editable#' end) as editable_display, + (case when single_section_p = 'f' then '#survey.multiple_sections#' else '#survey.single_section#' end) as single_section_display from surveys s, acs_objects o, persons p where o.object_id = :survey_id and s.survey_id = o.object_id