summaryrefslogtreecommitdiff
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
parente603a0fa8f47f003de6afe96a04d4ceed32d59df (diff)
unpimp the blog
-rw-r--r--functions.php4
-rw-r--r--schema/ttrss_schema_pgsql.sql3
2 files changed, 0 insertions, 7 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')");
diff --git a/schema/ttrss_schema_pgsql.sql b/schema/ttrss_schema_pgsql.sql
index 419b94f4f..c75e210f1 100644
--- a/schema/ttrss_schema_pgsql.sql
+++ b/schema/ttrss_schema_pgsql.sql
@@ -71,9 +71,6 @@ create table ttrss_feeds (id serial not null primary key,
create index ttrss_feeds_owner_uid_index on ttrss_feeds(owner_uid);
insert into ttrss_feeds (owner_uid, title, feed_url) values
- (1, 'Tiny Tiny RSS: Dev. Blog', 'http://bah.org.ru/archives/category/tt-rss/feed');
-
-insert into ttrss_feeds (owner_uid, title, feed_url) values
(1, 'Tiny Tiny RSS: New Releases', 'http://tt-rss.spb.ru/releases.rss');
insert into ttrss_feeds (owner_uid, title, feed_url) values