summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-03-02 15:41:57 +0100
committerAndrew Dolgov <[email protected]>2007-03-02 15:41:57 +0100
commitcd2cd415557f89897961f01a4d650d20cb03c69e (patch)
tree8a1e836ec093cd8d95564010fb52346059d9ce9f /functions.php
parentef59e6e85fe949a3afcd42a4a9b9df42a625ace2 (diff)
add tt-rss forum as default subscription for new users
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/functions.php b/functions.php
index f014b8d29..10b45d299 100644
--- a/functions.php
+++ b/functions.php
@@ -1146,6 +1146,9 @@
values ('$uid', 'Tiny Tiny RSS: New Releases',
'http://tt-rss.spb.ru/releases.rss')");
+ db_query($link, "insert into ttrss_feeds (owner_uid,title,feed_url)
+ values ('$uid', 'Tiny Tiny RSS: Forum',
+ 'http://tt-rss.spb.ru/forum/rss.php')");
}
function logout_user() {