Index: openacs-4/packages/ecommerce/tcl/ec-audit-trail-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/tcl/ec-audit-trail-procs.tcl,v diff -u -r1.6 -r1.7 --- openacs-4/packages/ecommerce/tcl/ec-audit-trail-procs.tcl 10 Sep 2002 22:22:36 -0000 1.6 +++ openacs-4/packages/ecommerce/tcl/ec-audit-trail-procs.tcl 15 Mar 2004 04:28:00 -0000 1.7 @@ -333,7 +333,7 @@ } append audit_entry "" if { ![empty_string_p $restore_url] } { - set exports [export_url_vars id id_column \ + set exports [export_vars id id_column \ main_table_name audit_table_name rowid] append audit_entry " Restore this record @@ -439,7 +439,7 @@ # Set the HTML link tags to a page which displays the full # audit history. if { ![empty_string_p $audit_url] } { - set exports [export_url_vars id id_column \ + set exports [export_vars id id_column \ main_table_name audit_table_name] set id_href "" set id_href_close "" @@ -484,7 +484,7 @@ # Set the HTML link tags to a page which displays the full # audit history. if { ![empty_string_p $audit_url] } { - set exports [export_url_vars id id_column main_table_name \ + set exports [export_vars id id_column main_table_name \ audit_table_name] set id_href "" set id_href_close ""