summaryrefslogtreecommitdiffstats
path: root/frontends/php/queue.html
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2001-05-05 17:05:27 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2001-05-05 17:05:27 +0000
commit5582351e71d881f49d5a9232f8204781a28eec1a (patch)
treebe4c426126c443ef0ba8453c640c178a1e65d365 /frontends/php/queue.html
parentba3fc7f6fabf0fa79fa48bf8039515244ee62a68 (diff)
Fixes in PHP frontend.
git-svn-id: svn://svn.zabbix.com/trunk@62 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/queue.html')
-rw-r--r--frontends/php/queue.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/php/queue.html b/frontends/php/queue.html
index f50c0c39..480953f7 100644
--- a/frontends/php/queue.html
+++ b/frontends/php/queue.html
@@ -20,6 +20,7 @@
echo "\n";
echo "<tr><td><b>Next time to check</b></td><td><b>Host</b></td><td><b>Description</b></td></tr>";
echo "\n";
+ $col=0;
for($i=0;$i<DBnum_rows($result);$i++)
{
$itemid=DBget_field($result,$i,0);