diff --git a/functions.php b/functions.php index 678f11311..b54b32acc 100644 --- a/functions.php +++ b/functions.php @@ -3116,6 +3116,9 @@ while ($line = db_fetch_assoc($result)) { $feed = db_unescape_string($line["title"]); + + if (!$feed) $feed = "[Untitled]"; + $feed_id = $line["id"]; $subop = $_GET["subop"];