Skip to content
Snippets Groups Projects
Commit d498b60c authored by Andrew Dolgov's avatar Andrew Dolgov
Browse files

do not subscribe new users to now obsolete releases feed

parent ffc3a1e5
No related branches found
No related tags found
No related merge requests found
......@@ -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')");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment