replace + to space when detecting tags (because tags are detected from technorati urls)

This commit is contained in:
Andrew Dolgov 2005-12-01 09:28:13 +01:00
parent 4e9f5c2420
commit 31483fc1ab
1 changed files with 2 additions and 1 deletions

View File

@ -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