Index: openacs-4/packages/curriculum/www/ext.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/curriculum/www/ext.xql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/curriculum/www/ext.xql 3 Jun 2003 10:40:53 -0000 1.1 +++ openacs-4/packages/curriculum/www/ext.xql 10 Jun 2003 09:30:07 -0000 1.2 @@ -9,20 +9,4 @@ - - - insert into cu_user_element_map - (user_id, element_id, curriculum_id, package_id, completion_date) - select :user_id, - :element_id, - :curriculum_id, - :package_id, - current_timestamp - where not exists - (select 1 from cu_user_element_map - where user_id = :user_id - and element_id = :element_id) - - -