From ecbd7b91fe22b9d2fe13cbe6e2483b85b400ec9b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 1 Apr 2012 09:35:56 +0400 Subject: allow manual updates for feeds with disabled automatic updates --- include/rssfuncs.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/rssfuncs.php') diff --git a/include/rssfuncs.php b/include/rssfuncs.php index 6d3cfc3bf..1baa31d15 100644 --- a/include/rssfuncs.php +++ b/include/rssfuncs.php @@ -310,12 +310,9 @@ $auth_pass = urlencode($auth_pass); } - $update_interval = db_fetch_result($result, 0, "update_interval"); $cache_images = sql_bool_to_bool(db_fetch_result($result, 0, "cache_images")); $fetch_url = db_fetch_result($result, 0, "feed_url"); - if ($update_interval < 0) { return false; } - $feed = db_escape_string($feed); if ($auth_login && $auth_pass ){ -- cgit v1.2.3-54-g00ecf