summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-04-01 09:35:56 +0400
committerAndrew Dolgov <[email protected]>2012-04-01 09:35:56 +0400
commitecbd7b91fe22b9d2fe13cbe6e2483b85b400ec9b (patch)
tree3d29f8a870734bb59fd4e84558045e6ee133fb97 /include
parentc86bf88d98fab6c0c45e605b1cc6de3db5080c9b (diff)
allow manual updates for feeds with disabled automatic updates
Diffstat (limited to 'include')
-rw-r--r--include/rssfuncs.php3
1 files changed, 0 insertions, 3 deletions
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 ){