1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-31 14:31:27 +00:00

forbid blank feed titles in feedlist

This commit is contained in:
Andrew Dolgov
2007-05-16 06:22:58 +01:00
parent f965ee33c5
commit 0f39ae202e

View File

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