Commit 919da70f authored by Frank Bergmann's avatar Frank Bergmann

- Replaced ns_httpget by im_httpget

parent d51b3ecb
...@@ -42,7 +42,7 @@ set html " ...@@ -42,7 +42,7 @@ set html "
foreach rss_feed $rss_feeds { foreach rss_feed $rss_feeds {
if { [catch { if { [catch {
set update_xml [util_memoize [list ns_httpget $rss_feed] 3600] set update_xml [util_memoize [list im_httpget $rss_feed] 3600]
} errmsg] } { } errmsg] } {
ad_return_complaint 1 "Error while accessing the URL '$rss_feed'.<br> ad_return_complaint 1 "Error while accessing the URL '$rss_feed'.<br>
Please check your URL. The following error was returned: <br> Please check your URL. The following error was returned: <br>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment