summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-08-29 02:06:34 +0100
committerAndrew Dolgov <[email protected]>2005-08-29 02:06:34 +0100
commita116f56918e4e78b01a96abc4cbd826b81ff39d6 (patch)
tree3fbd01c626422d038b5d2ba218134850b4e40bed /functions.php
parentcaa4e57f278a59df07f7159c07e371ae53fe0217 (diff)
enabled support for posts with blank content, fixes del.icio.us/popular feed
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/functions.php b/functions.php
index aac732232..03a10f945 100644
--- a/functions.php
+++ b/functions.php
@@ -119,7 +119,7 @@
if (!$entry_guid) $entry_guid = $item["link"];
if (!$entry_guid) continue;
-
+
$entry_timestamp = "";
$rss_2_date = $item['pubdate'];
@@ -149,7 +149,7 @@
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));