]> git.wh0rd.org - tt-rss.git/commitdiff
display message if no tags are found to display
authorAndrew Dolgov <fox@bah.spb.su>
Sun, 16 Oct 2005 08:04:17 +0000 (09:04 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Sun, 16 Oct 2005 08:04:17 +0000 (09:04 +0100)
backend.php

index b947a147197d418a79f8b3d46878a44221b007aa..88fcdc6bc7141dcb89c715e0e4e3b8b82ab15682 100644 (file)
 
                }
 
+               if (db_num_rows($result) == 0) {
+                       print "<li>No tags to display.</li>";
+               }
+
                print "</ul>";
 
                print "<div class=\"invisible\" id=\"FEEDTU\">$total_unread</div>";