Index: openacs-4/packages/news/tcl/news-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news/tcl/news-procs.tcl,v diff -u -r1.13 -r1.13.4.1 --- openacs-4/packages/news/tcl/news-procs.tcl 22 Oct 2003 16:12:39 -0000 1.13 +++ openacs-4/packages/news/tcl/news-procs.tcl 21 Aug 2004 23:12:51 -0000 1.13.4.1 @@ -94,11 +94,8 @@ @author Robert Locke } { - array set datasource [acs_sc_call FtsContentProvider \ - datasource [list $object_id] content_revision] + return [content_search__datasource $object_id] - return [array get datasource] - }