Index: openacs-4/packages/authorize-gateway/tcl/authorize-gateway-procs.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/authorize-gateway/tcl/authorize-gateway-procs.xql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/authorize-gateway/tcl/authorize-gateway-procs.xql 21 May 2002 18:36:25 -0000 1.1 +++ openacs-4/packages/authorize-gateway/tcl/authorize-gateway-procs.xql 16 Dec 2003 19:21:50 -0000 1.2 @@ -12,17 +12,6 @@ - - - insert into authorize_gateway_result_log - (transaction_id, txn_attempted_type, txn_attempted_time, response, response_code, - response_reason_code, response_reason_text, auth_code, avs_code, amount) - values - (:transaction_id, :txn_attempted_type, :txn_attempted_time, :response, :response_code, - :response_reason_code, :response_reason_text, :auth_code, :avs_code, :amount) - - - select version_name