summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-10-30 10:33:08 +0100
committerAndrew Dolgov <[email protected]>2007-10-30 10:33:08 +0100
commitd89a272ab83515058e2b6336e4a81e5883551822 (patch)
tree60735d32bb7236d347df22e58fbcf5cb80885ac8 /functions.php
parente603a0fa8f47f003de6afe96a04d4ceed32d59df (diff)
unpimp the blog
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/functions.php b/functions.php
index 791a4191e..3d4c554a2 100644
--- a/functions.php
+++ b/functions.php
@@ -1513,10 +1513,6 @@
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: Dev. Blog',
- 'http://bah.org.ru/archives/category/tt-rss/feed')");
-
- db_query($link, "insert into ttrss_feeds (owner_uid,title,feed_url)
values ('$uid', 'Tiny Tiny RSS: New Releases',
'http://tt-rss.spb.ru/releases.rss')");