summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
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));