]> git.wh0rd.org - tt-rss.git/commitdiff
update_rss_feed: do not strip tags of entry_content (refs #323)
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Sat, 19 Feb 2011 21:13:13 +0000 (00:13 +0300)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Sat, 19 Feb 2011 21:13:13 +0000 (00:13 +0300)
functions.php

index 16780fd1fcb7fe0f0b89aa3566877274c6af5607..20f205bce38828929813157e72c2ec8b70e46c93 100644 (file)
                                $result = db_query($link, "SELECT id FROM       ttrss_entries 
                                        WHERE guid = '$entry_guid'");
 
-                               $entry_content = db_escape_string($entry_content, true);
+                               $entry_content = db_escape_string($entry_content, false);
 
                                $content_hash = "SHA1:" . sha1(strip_tags($entry_content));