From: Andrew Dolgov Date: Wed, 23 Nov 2005 17:10:58 +0000 (+0100) Subject: change default feed for new users (come again) X-Git-Tag: schema_feature_freeze_for_1.1~113 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=74bff337daccf62e402388990faa840dcec766a1;p=tt-rss.git change default feed for new users (come again) --- diff --git a/functions.php b/functions.php index db380045..ed2910a2 100644 --- a/functions.php +++ b/functions.php @@ -652,7 +652,7 @@ values ('$uid','last_read is null and unread = false', 'Updated articles')"); db_query($link, "insert into ttrss_feeds (owner_uid,title,feed_url) - values ('$uid', 'Tiny Tiny RSS - Releases', + values ('$uid', 'Tiny Tiny RSS: New Releases', 'http://tt-rss.spb.ru/releases.rss')"); }