summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/hosts.inc.php
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-05-19 07:35:06 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-05-19 07:35:06 +0000
commit5ea1687a67685fe34875967075bbd422b2d0137a (patch)
tree155b8770576ed940325eaee49a9d8373406020b3 /frontends/php/include/hosts.inc.php
parent50e982514eb5eb2b27af48658ad4375dbd443b84 (diff)
downloadzabbix-5ea1687a67685fe34875967075bbd422b2d0137a.tar.gz
zabbix-5ea1687a67685fe34875967075bbd422b2d0137a.tar.xz
zabbix-5ea1687a67685fe34875967075bbd422b2d0137a.zip
-[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
Diffstat (limited to 'frontends/php/include/hosts.inc.php')
-rw-r--r--frontends/php/include/hosts.inc.php4
1 files changed, 2 insertions, 2 deletions
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";