Index: openacs-4/packages/assessment/tcl/as-callback-procs.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/tcl/as-callback-procs.xql,v diff -u -r1.2 -r1.2.2.1 --- openacs-4/packages/assessment/tcl/as-callback-procs.xql 12 Jun 2006 02:49:50 -0000 1.2 +++ openacs-4/packages/assessment/tcl/as-callback-procs.xql 1 Mar 2007 16:15:14 -0000 1.2.2.1 @@ -1,95 +1,95 @@ - + select session_id from as_sessions where staff_id = :user_id - + select session_id from as_sessions where subject_id = :user_id - + select section_data_id from as_section_data where subject_id = :user_id - + select section_data_id from as_section_data where staff_id = :user_id - + select item_data_id from as_item_data where subject_id = :user_id - + select item_data_id from as_item_data where staff_id = :user_id - + update as_sessions set staff_id = :to_user_id where staff_id = :from_user_id - + update as_sessions set subject_id = :to_user_id where subject_id = :from_user_id - + update as_section_data set subject_id = :to_user_id where subject_id = :from_user_id - + update as_section_data set staff_id = :to_user_id where staff_id = :from_user_id - + update as_item_data set subject_id = :to_user_id where subject_id = :from_user_id - + update as_item_data set staff_id = :to_user_id