]> git.wh0rd.org - tt-rss.git/commitdiff
enabled support for posts with blank content, fixes del.icio.us/popular feed
authorAndrew Dolgov <fox@bah.spb.su>
Mon, 29 Aug 2005 01:06:34 +0000 (02:06 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Mon, 29 Aug 2005 01:06:34 +0000 (02:06 +0100)
functions.php

index aac7322329470bdd6a93be500c2a53f61e78fbed..03a10f94560c5c2a710b2c3c4449940f7ef3dbe6 100644 (file)
                                if (!$entry_guid) $entry_guid = $item["link"];
 
                                if (!$entry_guid) continue;
-       
+
                                $entry_timestamp = "";
 
                                $rss_2_date = $item['pubdate'];
                                if (!$entry_content) $entry_content = $item["content:escaped"];
                                if (!$entry_content) $entry_content = $item["content"];
 
-                               if (!$entry_content) continue;
+//                             if (!$entry_content) continue;
 
                                $content_hash = "SHA1:" . sha1(strip_tags($entry_content));