From: Andrew Dolgov Date: Sun, 16 Oct 2005 08:04:17 +0000 (+0100) Subject: display message if no tags are found to display X-Git-Tag: 1.0.7~60 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=dc33ec95198a83b845ae69c956e16d24ca8ecffc;p=tt-rss.git display message if no tags are found to display --- diff --git a/backend.php b/backend.php index b947a147..88fcdc6b 100644 --- a/backend.php +++ b/backend.php @@ -240,6 +240,10 @@ } + if (db_num_rows($result) == 0) { + print "
  • No tags to display.
  • "; + } + print ""; print "
    $total_unread
    ";