From: Andrew Dolgov Date: Thu, 1 Dec 2005 08:28:13 +0000 (+0100) Subject: replace + to space when detecting tags (because tags are detected from technorati... X-Git-Tag: schema_feature_freeze_for_1.1~11 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=31483fc1ab06a34c818025a8bc26970de2998258;p=tt-rss.git replace + to space when detecting tags (because tags are detected from technorati urls) --- diff --git a/functions.php b/functions.php index 99f71fd5..c58afe9e 100644 --- a/functions.php +++ b/functions.php @@ -475,7 +475,8 @@ foreach ($entry_tags as $tag) { $tag = db_escape_string(strtolower($tag)); - + + $tag = str_replace("+", " ", $tag); $tag = str_replace("technorati tag: ", "", $tag); $result = db_query($link, "SELECT id FROM ttrss_tags