]> git.wh0rd.org - tt-rss.git/commitdiff
do not subscribe new users to now obsolete releases feed
authorAndrew Dolgov <noreply@fakecake.org>
Sun, 1 Feb 2015 19:11:06 +0000 (22:11 +0300)
committerAndrew Dolgov <noreply@fakecake.org>
Sun, 1 Feb 2015 19:11:06 +0000 (22:11 +0300)
include/functions.php

index 9b93aed80b3235e2c7c4e54546552e8824fa52fb..35124ba0839d36eb1759e23b217dcb2d2c846160 100644 (file)
 
        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')");