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 -r1.10.2.1 -r1.10.2.2
--- openacs-4/packages/acs-tcl/lib/page-error.tcl 10 Sep 2015 08:21:54 -0000 1.10.2.1
+++ openacs-4/packages/acs-tcl/lib/page-error.tcl 18 Sep 2015 07:33:47 -0000 1.10.2.2
@@ -40,13 +40,13 @@
[_ acs-tcl.File] [ns_quotehtml $error_file]
[_ acs-tcl.User_Name] [ns_quotehtml $user_name]
[_ acs-tcl.lt_User_Id_of_the_user_t] [ns_quotehtml $user_id]
-IP: [ad_quotehtml [ns_conn peeraddr]]
+IP: [ns_quotehtml [ns_conn peeraddr]]
[_ acs-tcl.Browser_of_the_user] [ns_quotehtml [ns_set get [ns_conn headers] User-Agent]]
-----------------------------
[_ acs-tcl.Error_details]
-----------------------------
-
[ad_quotehtml $error_info]
+[ns_quotehtml $error_info]
------------------------------
@@ -262,15 +262,15 @@
--------------------------------------------------------
[_ acs-tcl.Error_Report]
--------------------------------------------------------
-
[_ acs-tcl.Previus] [ad_quotehtml $prev_url]
-
[_ acs-tcl.Page] [ad_quotehtml $error_url]
-
[_ acs-tcl.File] [ad_quotehtml $error_file]
-
[_ acs-tcl.User_Name] [ad_quotehtml $user_name]
-
[_ acs-tcl.lt_User_Id_of_the_user_t] [ad_quotehtml $user_id]
-
[_ acs-tcl.Browser_of_the_user] [ad_quotehtml [ns_set get [ns_conn headers] User-Agent]]
+
[_ acs-tcl.Previus] [ns_quotehtml $prev_url]
+
[_ acs-tcl.Page] [ns_quotehtml $error_url]
+
[_ acs-tcl.File] [ns_quotehtml $error_file]
+
[_ acs-tcl.User_Name] [ns_quotehtml $user_name]
+
[_ acs-tcl.lt_User_Id_of_the_user_t] [ns_quotehtml $user_id]
+
[_ acs-tcl.Browser_of_the_user] [ns_quotehtml [ns_set get [ns_conn headers] User-Agent]]
[_ acs-tcl.User_comments]
-[ad_quotehtml [template::util::richtext::get_property contents $description]]
+[ns_quotehtml [template::util::richtext::get_property contents $description]]
"
foreach available_enabled_action_id [workflow::case::get_available_enabled_action_ids -case_id $case_id] {