summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-10-16 09:04:17 +0100
committerAndrew Dolgov <[email protected]>2005-10-16 09:04:17 +0100
commitdc33ec95198a83b845ae69c956e16d24ca8ecffc (patch)
tree9e65956c806e737dbee38f5a8fc8060d5175710d
parentda5d0d09dae48a39fc44fe0ca97d6cb18f0a3f1b (diff)
display message if no tags are found to display
-rw-r--r--backend.php4
1 files changed, 4 insertions, 0 deletions
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 "<li>No tags to display.</li>";
+ }
+
print "</ul>";
print "<div class=\"invisible\" id=\"FEEDTU\">$total_unread</div>";