summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php3
1 files changed, 3 insertions, 0 deletions
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"];