diff --git a/backend.php b/backend.php index b947a1471..88fcdc6bc 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
    ";