summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-08-26 04:41:45 +0100
committerAndrew Dolgov <[email protected]>2005-08-26 04:41:45 +0100
commitd5caaae569123e62240910c53e8bfcbf4162fad6 (patch)
treef3bc97a286b6d50c7147c00d7c02027454187e17 /backend.php
parent126682c10d3b7059f37eabe297ca6e2d2f932dca (diff)
make feedlist use smaller font
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/backend.php b/backend.php
index d931ae9a9..3d304655a 100644
--- a/backend.php
+++ b/backend.php
@@ -464,6 +464,10 @@
pg_query("DELETE FROM ttrss_entries WHERE feed_id = '$id'");
pg_query("DELETE FROM ttrss_feeds WHERE id = '$id'");
pg_query("COMMIT");
+
+ if (file_exists(ICONS_DIR . "/$id.ico")) {
+ unlink(ICONS_DIR . "/$id.ico");
+ }
}
}
}