Index: openacs-4/packages/forums/forums.info =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/forums/forums.info,v diff -u -N -r1.19 -r1.20 --- openacs-4/packages/forums/forums.info 3 Oct 2003 11:37:06 -0000 1.19 +++ openacs-4/packages/forums/forums.info 3 Oct 2003 11:53:25 -0000 1.20 @@ -21,6 +21,7 @@ + Index: openacs-4/packages/forums/www/search.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/forums/www/search.tcl,v diff -u -N -r1.12 -r1.13 --- openacs-4/packages/forums/www/search.tcl 3 Oct 2003 11:37:07 -0000 1.12 +++ openacs-4/packages/forums/www/search.tcl 3 Oct 2003 11:53:25 -0000 1.13 @@ -36,6 +36,10 @@ if {![empty_string_p $forum_id]} { set query search_one_forum } + + if { [parameter::get -parameter UseIntermediaForSearchP -default 0] } { + append query "_intermedia" + } db_multirow messages $query {} { set posting_date_pretty [lc_time_fmt $posting_date_ansi "%x %X"]