From 2b38f79c86ad9199f39fa8efac1c0e89c6f3a465 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 21 Mar 2009 22:58:32 +0300 Subject: update translations --- modules/pref-feeds.php | 31 +++++++++++-------------------- 1 file changed, 11 insertions(+), 20 deletions(-) (limited to 'modules/pref-feeds.php') diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php index 36a0e4d32..fae1fbe2f 100644 --- a/modules/pref-feeds.php +++ b/modules/pref-feeds.php @@ -702,12 +702,8 @@ if (file_exists($icons_dir . "/$id.ico")) { unlink($icons_dir . "/$id.ico"); } - - ccache_remove($link, $id, $_SESSION["uid"]); - } else { label_remove($link, -11-$id, $_SESSION["uid"]); - ccache_remove($link, -11-$id, $_SESSION["uid"]); } } } @@ -996,9 +992,6 @@ if ($num_feeds == 0) { db_query($link, "DELETE FROM ttrss_feed_categories WHERE id = '$id' AND owner_uid = " . $_SESSION["uid"]); - - ccache_remove($link, $id, $_SESSION["uid"], true); - } else { print format_warning(__("Unable to delete non empty feed categories.")); @@ -1376,28 +1369,26 @@ print ""; -- cgit v1.2.3