summaryrefslogtreecommitdiffstats
path: root/frontends/php/queue.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/queue.php')
-rw-r--r--frontends/php/queue.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/frontends/php/queue.php b/frontends/php/queue.php
index 91c144d0..690561fa 100644
--- a/frontends/php/queue.php
+++ b/frontends/php/queue.php
@@ -60,6 +60,12 @@
echo "</tr>";
cr();
}
+ if(DBnum_rows($result)==0)
+ {
+ echo "<TR BGCOLOR=#EEEEEE>";
+ echo "<TD COLSPAN=3 ALIGN=CENTER>-The queue is empty-</TD>";
+ echo "<TR>";
+ }
echo "</table>";
?>
<?php