From d498b60c6d65660ed02cd22de98c46b67829788a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 1 Feb 2015 22:11:06 +0300 Subject: do not subscribe new users to now obsolete releases feed --- include/functions.php | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include') diff --git a/include/functions.php b/include/functions.php index 9b93aed80..35124ba08 100644 --- a/include/functions.php +++ b/include/functions.php @@ -805,10 +805,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')"); -- cgit v1.2.3