From a2f46eff39e547e40d042ce97851805b9f9efea4 Mon Sep 17 00:00:00 2001 From: hugetoad Date: Mon, 16 Apr 2001 17:45:23 +0000 Subject: Added PostgreSQL support for PHP frontend. Added database abstraction layer in frontend/php/include/db.inc. git-svn-id: svn://svn.zabbix.com/trunk@42 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/queue.html | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'frontends/php/queue.html') diff --git a/frontends/php/queue.html b/frontends/php/queue.html index e2e5d4d3..f50c0c39 100644 --- a/frontends/php/queue.html +++ b/frontends/php/queue.html @@ -14,19 +14,20 @@ show_table_header("QUEUE"); ?> "; echo "\n"; echo "Next time to checkHostDescription"; echo "\n"; - while($row=mysql_fetch_row($result)) + for($i=0;$i"; ?> -- cgit