Index: openacs-4/packages/forums/forums.info
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/forums/forums.info,v
diff -u -r1.45.2.6 -r1.45.2.7
--- openacs-4/packages/forums/forums.info 20 May 2016 20:38:58 -0000 1.45.2.6
+++ openacs-4/packages/forums/forums.info 7 Sep 2016 09:25:27 -0000 1.45.2.7
@@ -9,7 +9,7 @@
f
t
-
+
OpenACS
Online discussion forums.
2016-05-14
@@ -19,7 +19,7 @@
2
#forums.Forums#
-
+
Index: openacs-4/packages/forums/lib/message/thread-chunk.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/forums/lib/message/thread-chunk.adp,v
diff -u -r1.8.2.1 -r1.8.2.2
--- openacs-4/packages/forums/lib/message/thread-chunk.adp 13 Oct 2015 10:44:53 -0000 1.8.2.1
+++ openacs-4/packages/forums/lib/message/thread-chunk.adp 7 Sep 2016 09:25:27 -0000 1.8.2.2
@@ -18,4 +18,3 @@
-@response_arrays_stub;noquote@
Index: openacs-4/packages/forums/lib/message/thread-chunk.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/forums/lib/message/thread-chunk.tcl,v
diff -u -r1.12.2.2 -r1.12.2.3
--- openacs-4/packages/forums/lib/message/thread-chunk.tcl 13 Oct 2015 10:44:53 -0000 1.12.2.2
+++ openacs-4/packages/forums/lib/message/thread-chunk.tcl 7 Sep 2016 09:25:27 -0000 1.12.2.3
@@ -135,9 +135,7 @@
ad_return_template $alt_template
}
-set response_arrays_stub "
-"
+if {$response_arrays_stub ne ""} {
+ template::add_body_script -script $response_arrays_stub
+}
set return_url [ad_return_url]