Index: openacs-4/packages/acs-tcl/lib/page-error.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/lib/page-error.tcl,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/acs-tcl/lib/page-error.tcl 22 Jun 2005 21:53:24 -0000 1.3 +++ openacs-4/packages/acs-tcl/lib/page-error.tcl 29 Jun 2005 13:39:06 -0000 1.4 @@ -2,8 +2,6 @@ ad_page_contract { - - @author Victor Guerra (guerra@galileo.edu) @creation-date 2005-02-03 @arch-tag: 983f3d87-40c8-4327-8873-c6a01ba7d875 @@ -33,7 +31,7 @@ set system_name [ad_system_name] set subject "[_ acs-tcl.lt_Error_Report_in_ad_sy] ( [_ acs-tcl.File ] $error_file )" set found_in_version "" -set send_to [ad_system_owner] +set send_to [ad_admin_owner] set error_desc_email " --------------------------------------------------------
@@ -44,6 +42,7 @@ [_ acs-tcl.File] $error_file
[_ acs-tcl.User_Name] $user_name
[_ acs-tcl.lt_User_Id_of_the_user_t] $user_id
+IP: [ns_conn peeraddr]
[_ acs-tcl.Browser_of_the_user] [ad_quotehtml [ns_set get [ns_conn headers] User-Agent]]

-----------------------------