Index: openacs-4/packages/acs-lang/tcl/lang-audit-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-lang/tcl/lang-audit-procs.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/acs-lang/tcl/lang-audit-procs.tcl 11 Aug 2003 16:16:21 -0000 1.3 +++ openacs-4/packages/acs-lang/tcl/lang-audit-procs.tcl 22 Sep 2003 11:49:01 -0000 1.4 @@ -25,19 +25,4 @@ db_dml lang_message_audit {} -clobs [list $old_message $comment] } - - ad_proc -public created_message { - package_key - message_key - locale - } { - Keep track of who added a translation and when - @author Peter Marklund - } { - set user_id [ad_conn user_id] - db_dml lang_message_audit_create { - insert into lang_messages_created (package_key, message_key, locale, creation_user) - values (:package_key, :message_key, :locale, :user_id) - } - } }