ec_user_audit_info

one of the documented procedures in this installation of the ACS
Usage:
ec_user_audit_info
What it does:
Returns User ID, IP Address, and date for audit trails
Defined in: /web/philip/tcl/ecommerce-utilities.tcl

Source code:


    return [list $user_id [peeraddr] sysdate]


philg@mit.edu