From 6c68c976be9e2da1b4592d5eec5e0f55df0e7971 Mon Sep 17 00:00:00 2001 From: hugetoad Date: Sat, 22 Nov 2003 10:53:16 +0000 Subject: - fixed add services (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@1054 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/queue.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'frontends/php/queue.php') 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 ""; cr(); } + if(DBnum_rows($result)==0) + { + echo ""; + echo "-The queue is empty-"; + echo ""; + } echo ""; ?>