block doublequotes in tags

This commit is contained in:
Andrew Dolgov 2007-05-19 14:09:13 +01:00
parent feead173b0
commit 5a6c21c71a

View file

@ -929,6 +929,7 @@
$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;