summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-02-01 22:11:06 +0300
committerAndrew Dolgov <[email protected]>2015-02-01 22:11:06 +0300
commitd498b60c6d65660ed02cd22de98c46b67829788a (patch)
treea3b347885488d673bfe2e65f479e60689c67f553 /include
parentffc3a1e5792cd902d6ccfd7e7fede4d445b23794 (diff)
do not subscribe new users to now obsolete releases feed
Diffstat (limited to 'include')
-rw-r--r--include/functions.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/functions.php b/include/functions.php
index 9b93aed80..35124ba08 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -806,10 +806,6 @@
function initialize_user($uid) {
db_query("insert into ttrss_feeds (owner_uid,title,feed_url)
- values ('$uid', 'Tiny Tiny RSS: New Releases',
- 'http://tt-rss.org/releases.rss')");
-
- db_query("insert into ttrss_feeds (owner_uid,title,feed_url)
values ('$uid', 'Tiny Tiny RSS: Forum',
'http://tt-rss.org/forum/rss.php')");
}