Index: openacs-4/contrib/packages/survey/www/respond-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/survey/www/Attic/respond-oracle.xql,v diff -u -r1.1 -r1.2 --- openacs-4/contrib/packages/survey/www/respond-oracle.xql 19 Sep 2003 16:48:03 -0000 1.1 +++ openacs-4/contrib/packages/survey/www/respond-oracle.xql 26 Jan 2004 15:39:41 -0000 1.2 @@ -3,24 +3,6 @@ oracle8.1.6 - - - select count(*) from survey_responses, acs_objects - where survey_id=:survey_id - and response_id=object_id - and initial_response_id is null - - - - - - select max(response_id) from survey_responses - where survey_id=:survey_id - and survey_response.initial_user_id(response_id)=:user_id - and initial_response_id is null - - -