summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-12-03 22:49:57 +0300
committerAndrew Dolgov <[email protected]>2017-12-03 22:49:57 +0300
commitfa3bcfa37997cada30b14a520dc5334a8049e963 (patch)
treeeceee49955d6338c4cda651d4c37047923e4d5d9 /include
parent5f5b0de423196c4f752f001bb7f39df4e6122694 (diff)
queryfeedheadlines: there's no need to quote order_by/override_order
else: feedicon cache busting etc
Diffstat (limited to 'include')
-rw-r--r--include/functions.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/functions.php b/include/functions.php
index fc0cdec7c..417abfbb8 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -1932,10 +1932,6 @@
}
}
- function feed_has_icon($id) {
- return is_file(ICONS_DIR . "/$id.ico") && filesize(ICONS_DIR . "/$id.ico") > 0;
- }
-
function init_plugins() {
PluginHost::getInstance()->load(PLUGINS, PluginHost::KIND_ALL);