forbid blank feed titles in feedlist

master
Andrew Dolgov 18 years ago
parent f965ee33c5
commit 0f39ae202e

@ -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"];

Loading…
Cancel
Save