Index: openacs-4/packages/survey/www/admin/one-respondent-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/survey/www/admin/one-respondent-oracle.xql,v diff -u -r1.2.4.1 -r1.2.4.2 --- openacs-4/packages/survey/www/admin/one-respondent-oracle.xql 25 Aug 2004 17:22:02 -0000 1.2.4.1 +++ openacs-4/packages/survey/www/admin/one-respondent-oracle.xql 18 Jan 2005 18:52:55 -0000 1.2.4.2 @@ -7,9 +7,7 @@ - select response_id, case when initial_response_id is NULL then 'T' else 'F' e\ -nd as original_p, nvl(initial_response_id,response_id) as initial_response, creatio\ -n_date + select response_id, case when initial_response_id is NULL then 'T' else 'F' end as original_p, nvl(initial_response_id,response_id) as initial_response, creation_date from survey_responses, acs_objects where response_id = object_id and survey_response.initial_user_id(response_id) = :user_id