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.8 -r1.9
--- openacs-4/packages/ecommerce/tcl/ec-audit-trail-procs.tcl 21 Apr 2008 14:18:28 -0000 1.8
+++ openacs-4/packages/ecommerce/tcl/ec-audit-trail-procs.tcl 25 Aug 2008 11:59:22 -0000 1.9
@@ -405,7 +405,6 @@
{audit_url ""}
{restore_url ""}
} {
-
Returns the audit trail for each id from the id_column for updates
and deletes from main_table_name and audit_table_name that occured
between start_date and end_date. If start_date is blank, then it is
@@ -447,16 +446,14 @@
# Set the HTML link tags to a page which displays the full
# audit history.
if { ![empty_string_p $audit_url] } {
- set exports [export_vars id id_column \
- main_table_name audit_table_name]
+ set exports [export_url_vars id id_column main_table_name audit_table_name]
set id_href ""
set id_href_close ""
} else {
set id_href ""
set id_href_close ""
}
-
set cell [ec_audit_trail $id \
$audit_table_name $main_table_name $id_column "" \
$start_date $end_date]
@@ -470,7 +467,7 @@
"
}
- # We will now repeate the process to display the modifications
+ # We will now repeat the process to display the modifications
# that took place between start_date and end_date but occurred on
# records that have been deleted.
@@ -492,8 +489,7 @@
# Set the HTML link tags to a page which displays the full
# audit history.
if { ![empty_string_p $audit_url] } {
- set exports [export_vars id id_column main_table_name \
- audit_table_name]
+ set exports [export_url_vars id id_column main_table_name audit_table_name]
set id_href ""
set id_href_close ""
} else {