From 1bbf47cea6defff97a8ecd794c4c70b8b922cf7d Mon Sep 17 00:00:00 2001 From: osmiy Date: Mon, 22 May 2006 12:15:34 +0000 Subject: - fixed oracle SQL request creating (Eugene) - fixed first host selection from list of accessed hosts (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@2874 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/items.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/php/items.php') diff --git a/frontends/php/items.php b/frontends/php/items.php index 454049f4..da2cc620 100644 --- a/frontends/php/items.php +++ b/frontends/php/items.php @@ -92,7 +92,7 @@ check_fields($fields); - validate_group_with_host("U"); + validate_group_with_host("U",array("always_select_first_host")); ?>