summaryrefslogtreecommitdiff
path: root/include/rssfuncs.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/rssfuncs.php')
-rw-r--r--include/rssfuncs.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/rssfuncs.php b/include/rssfuncs.php
index 37801f553..669b28e44 100644
--- a/include/rssfuncs.php
+++ b/include/rssfuncs.php
@@ -230,8 +230,6 @@
$result = db_query("SELECT feed_url,auth_pass,auth_pass_encrypted
FROM ttrss_feeds WHERE id = '$feed'");
- if (pg_num_rows($result == 0)) return false;
-
$auth_pass_encrypted = sql_bool_to_bool(db_fetch_result($result,
0, "auth_pass_encrypted"));