summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-15 17:07:06 +0400
committerAndrew Dolgov <[email protected]>2013-04-15 17:07:06 +0400
commit12a6bd28ace16ff20f1f920831cffe1041b36d5c (patch)
tree2698e2003e82bad8dbeb63c1934129ca1455a131 /include
parenta8c93f0a810732bd6abf71703056b277f525443f (diff)
remove hsl stuff from classes/feeds, we take care of this when choosing the color
Diffstat (limited to 'include')
-rw-r--r--include/rssfuncs.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rssfuncs.php b/include/rssfuncs.php
index 0d55dce36..250534bd7 100644
--- a/include/rssfuncs.php
+++ b/include/rssfuncs.php
@@ -417,6 +417,8 @@
$favicon_color = db_escape_string($link,
calculate_avg_color($favicon_file));
+ if ($debug_enabled) _debug("color: $favicon_color");
+
$favicon_colorstring = ",favicon_avg_color = '".$favicon_color."'";
}