Forum OpenACS Q&A: Re: New Package: News Aggregator

Collapse
Posted by Mark Aufflick on
'nother bigfix for you:

--- news-aggregator-procs.tcl.bak      Wed Feb  5 04:34:25 2003
+++ news-aggregator-procs.tcl  Wed Feb  5 04:34:45 2003
@@ -260,7 +260,7 @@
            # need these to check against already added items
            # also we check whether link is an external or internal URL
            # if not, it might occur in other items, and we can't check against it
-          if { [exists_and_not_null link] && [na_check_link $link $source_link] } {
+          if { [exists_and_not_null link] && [na_check_link $link $feed_url] } {
                set identifier "link"
            } elseif { [exists_and_not_null description]  } {
                set identifier "description"