diff options
| author | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2006-04-20 12:56:05 +0000 |
|---|---|---|
| committer | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2006-04-20 12:56:05 +0000 |
| commit | d08edb846d21c5bd865e20122b7c57944cc2435b (patch) | |
| tree | 5bafd71b0fbcdb388e2e9d4f27a3bf7d7c3bb248 /frontends/php/include/hosts.inc.php | |
| parent | dee1b601bd7eb4156d3458570f6200f865282437 (diff) | |
- fixed bulkloader (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@2755 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/hosts.inc.php')
| -rw-r--r-- | frontends/php/include/hosts.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/include/hosts.inc.php b/frontends/php/include/hosts.inc.php index b45f3a32..569d9793 100644 --- a/frontends/php/include/hosts.inc.php +++ b/frontends/php/include/hosts.inc.php @@ -88,7 +88,7 @@ } } - function add_host_group($name,$hosts) + function add_host_group($name,$hosts=array()) { // if(!check_right("Host","A",0)) // { |
