do not subscribe new users to now obsolete releases feed
This commit is contained in:
parent
ffc3a1e579
commit
d498b60c6d
1 changed files with 0 additions and 4 deletions
|
@ -805,10 +805,6 @@
|
||||||
|
|
||||||
function initialize_user($uid) {
|
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)
|
db_query("insert into ttrss_feeds (owner_uid,title,feed_url)
|
||||||
values ('$uid', 'Tiny Tiny RSS: Forum',
|
values ('$uid', 'Tiny Tiny RSS: Forum',
|
||||||
'http://tt-rss.org/forum/rss.php')");
|
'http://tt-rss.org/forum/rss.php')");
|
||||||
|
|
Loading…
Reference in a new issue