From 5ea1687a67685fe34875967075bbd422b2d0137a Mon Sep 17 00:00:00 2001 From: artem Date: Mon, 19 May 2008 07:35:06 +0000 Subject: -[DEV-137] fixes for oracle (Artem) -[HAN-4] selects first host-group in overview screen (Artem) git-svn-id: svn://svn.zabbix.com/trunk@5707 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/include/hosts.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'frontends/php/include/hosts.inc.php') diff --git a/frontends/php/include/hosts.inc.php b/frontends/php/include/hosts.inc.php index 5f7340f2..5d26e339 100644 --- a/frontends/php/include/hosts.inc.php +++ b/frontends/php/include/hosts.inc.php @@ -873,9 +873,9 @@ require_once "include/items.inc.php"; * * Author: * Eugene Grigorjev (eugene.grigorjev@zabbix.com) - * + * * Comments: - * + * Modified: by Aly */ function validate_group($perm, $options = array(),$group_var=null){ if(is_null($group_var)) $group_var = "web.latest.groupid"; -- cgit