From 2ea040cd24640d5cdb43b781025f7e7f96c87be4 Mon Sep 17 00:00:00 2001 From: hugetoad Date: Mon, 4 Jul 2005 06:34:33 +0000 Subject: - new utility zabbix_get (Alexei) - added src/zabbix_get/* (Alexei) - user timeout time is configurable (Alexei) - added support of locales on user level (Alexei) - added support of user profiles (Alexei) - removed include/local_en.inc.php - added include/locales/.htaccess (Alexei) - added include/locales/en_en.inc.php (Alexei) - added include/locales/de_de.inc.php (Alexei) - added include/locales/en_en.inc.php (Alexei) - added column users.lang (Alexei) - added column users.autologout (Alexei) - added frontends/php/profile.php (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@1900 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/queue.php | 1 + 1 file changed, 1 insertion(+) (limited to 'frontends/php/queue.php') diff --git a/frontends/php/queue.php b/frontends/php/queue.php index 7992689f..be82be8e 100644 --- a/frontends/php/queue.php +++ b/frontends/php/queue.php @@ -80,6 +80,7 @@ else $sec_rest++; } + $col=0; table_header(array(S_DELAY,S_COUNT)); $elements=array(S_5_SECONDS,$sec_5); table_row($elements,$col++); -- cgit