Index: openacs-4/packages/acs-content-repository/tcl/filter-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/filter-procs.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/acs-content-repository/tcl/filter-procs.tcl 21 Sep 2001 05:01:38 -0000 1.7 +++ openacs-4/packages/acs-content-repository/tcl/filter-procs.tcl 11 Jul 2002 12:56:28 -0000 1.8 @@ -95,7 +95,7 @@ } if { [string equal [lindex [split $mime_type "/"] 0] "text"] } { - set text_sql ",\n content.blob_to_string(content) as text" + set text_sql [db_map content_as_text] } else { set text_sql "" }