From 71ad39598b4de8e481f03e4843ffc40a6ba56469 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 22 Aug 2005 04:20:00 +0100 Subject: basic functionality pass 8 --- functions.php | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index b36efe1a7..d49c951fc 100644 --- a/functions.php +++ b/functions.php @@ -32,10 +32,15 @@ if (!$entry_timestamp) $entry_timestamp = $item["updated"]; $entry_timestamp = strtotime($entry_timestamp); - + + if (!$entry_timestamp) continue; + $entry_title = $item["title"]; $entry_link = $item["link"]; - + + if (!$entry_title) continue; + if (!$entry_link) continue; + $entry_content = $item["description"]; if (!$entry_content) $entry_content = $item["content"]; -- cgit v1.2.3