From 810b15613569fcc92b40ada16b32d90f840e2d8a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 18 Jan 2009 10:32:45 +0100 Subject: block unsubscribe requests for virtual feeds --- functions.php | 6 ------ 1 file changed, 6 deletions(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index b7a6d5c46..8a4fc6b4c 100644 --- a/functions.php +++ b/functions.php @@ -1836,12 +1836,6 @@ function initialize_user($link, $uid) { -/* db_query($link, "insert into ttrss_labels (owner_uid,sql_exp,description) - values ('$uid','unread = true', 'Unread articles')"); - - db_query($link, "insert into ttrss_labels (owner_uid,sql_exp,description) - 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: New Releases', 'http://tt-rss.org/releases.rss')"); -- cgit v1.2.3