]> git.wh0rd.org - tt-rss.git/commitdiff
replace + to space when detecting tags (because tags are detected from technorati...
authorAndrew Dolgov <fox@madoka.spb.ru>
Thu, 1 Dec 2005 08:28:13 +0000 (09:28 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Thu, 1 Dec 2005 08:28:13 +0000 (09:28 +0100)
functions.php

index 99f71fd51dee3901e2076ac9cda4f1e1fbbc2e37..c58afe9e70a6e10e9622628ecb08137ee6469c12 100644 (file)
                                                
                                                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