Index: openacs-4/packages/xowiki/tcl/xowiki-sc-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-sc-procs.tcl,v diff -u -r1.23 -r1.24 --- openacs-4/packages/xowiki/tcl/xowiki-sc-procs.tcl 19 Nov 2007 12:44:00 -0000 1.23 +++ openacs-4/packages/xowiki/tcl/xowiki-sc-procs.tcl 26 Nov 2007 09:14:43 -0000 1.24 @@ -41,7 +41,7 @@ #set text [ad_text_to_html $html]; #this could be used for entity encoded html text in rss entries set found [string first {[1]} $text] - $page log "search=$found,text=$text" + $page log "search=$found,html=$html,text=$text" if {$found > -1} { append description {} } else { @@ -76,7 +76,7 @@ } #ns_log notice "--sc keywords $revision_id -> [array names word]" - set pubDate [::xo::db::tcl_date [$page set last_modified] tz] + set pubDate [::xo::db::tcl_date [$page set publish_date] tz] set link [::xowiki::Includelet detail_link \ -package_id $package_id -name [$page set name] \ -absolute true \