Index: openacs-4/packages/forums/tcl/messages-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/forums/tcl/messages-procs.tcl,v
diff -u -r1.17 -r1.18
--- openacs-4/packages/forums/tcl/messages-procs.tcl 14 Jan 2003 13:29:28 -0000 1.17
+++ openacs-4/packages/forums/tcl/messages-procs.tcl 26 Jan 2003 19:47:16 -0000 1.18
@@ -262,12 +262,12 @@
set toggle_url "[ad_conn url]?${export_vars}"
if { [string equal $order_by posting_date] } {
# subject selected
- set subject_link "$subject_label"
+ set subject_link "$subject_label"
set child_link "$child_label"
} else {
# child selected
set subject_link "$subject_label"
- set child_link "$child_label"
+ set child_link "$child_label"
}
set sort_filter "$subject_link | $child_link"