]> git.wh0rd.org Git - tt-rss.git/commitdiff
block doublequotes in tags
authorAndrew Dolgov <fox@bah.spb.su>
Sat, 19 May 2007 13:09:13 +0000 (14:09 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Sat, 19 May 2007 13:09:13 +0000 (14:09 +0100)
functions.php

index 5c098fa103a8adf771ade8ef0510c8fdf1cad9e8..289ae3648acd63c00c9111117754a2de6bfe7f82 100644 (file)
                                                        $tag = db_escape_string($tag);
 
                                                        $tag = str_replace("+", " ", $tag);     
+                                                       $tag = str_replace("\"", "", $tag);     
                                                        $tag = str_replace("technorati tag: ", "", $tag);
 
                                                        if (!tag_is_valid($tag)) continue;