Index: openacs-4/packages/recruiting/tcl/dotlrn-recruiting-procs-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/recruiting/tcl/dotlrn-recruiting-procs-postgresql.xql,v diff -u -r1.3 -r1.4 --- openacs-4/packages/recruiting/tcl/dotlrn-recruiting-procs-postgresql.xql 31 Jul 2002 23:53:37 -0000 1.3 +++ openacs-4/packages/recruiting/tcl/dotlrn-recruiting-procs-postgresql.xql 1 Aug 2002 00:45:49 -0000 1.4 @@ -112,6 +112,24 @@ + + + update recruiting_candidates + set first_name = :first_name, + last_name = :last_name, + address1 = :address1, + address2 = :address2, + city = :city, + state = :state, + zip = :zip, + zip_plus_four = :zip_plus_four, + country = :country, + email = :email, + status = :status + where candidate_id = :candidate_id + + + delete from recruiting_ratings