summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-23 18:10:58 +0100
committerAndrew Dolgov <[email protected]>2005-11-23 18:10:58 +0100
commit74bff337daccf62e402388990faa840dcec766a1 (patch)
tree81a8eae222158ef6b51847f59030e1c5085a0db9 /functions.php
parent628fcd2c67d3285450775aa05033ff238eeb246f (diff)
change default feed for new users (come again)
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index db3800458..ed2910a2a 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')");
}