diff options
| author | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2006-02-22 12:39:55 +0000 |
|---|---|---|
| committer | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2006-02-22 12:39:55 +0000 |
| commit | bb235bd63289bd6debf4a951e4169fb3c9430a5f (patch) | |
| tree | 2151874c5fb08cb56cc80846f44c4e8b2113ff63 /frontends/php/include/bulkloader.inc.php | |
| parent | bc3b6068812aa65d806b74b9b89ff1aa74ee0ccb (diff) | |
| download | zabbix-bb235bd63289bd6debf4a951e4169fb3c9430a5f.tar.gz zabbix-bb235bd63289bd6debf4a951e4169fb3c9430a5f.tar.xz zabbix-bb235bd63289bd6debf4a951e4169fb3c9430a5f.zip | |
- added value mapping for e-mail content (Eugene)
- fixed frontend (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@2671 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/bulkloader.inc.php')
| -rw-r--r-- | frontends/php/include/bulkloader.inc.php | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/frontends/php/include/bulkloader.inc.php b/frontends/php/include/bulkloader.inc.php index c730df49..1de27ccb 100644 --- a/frontends/php/include/bulkloader.inc.php +++ b/frontends/php/include/bulkloader.inc.php @@ -46,22 +46,6 @@ include_once "include/config.inc.php"; } } - // This function adds host to a host group based on ID numbers. - // Returns: 0 on failure, otherwise it returns 1 - function add_Host_To_Group($groupid=0,$hostid=0) - { - if($groupid==0||$hostid==0) - { - return 0; - } - $result=DBexecute("insert into hosts_groups (groupid,hostid) values ($groupid,$hostid)"); - if($result) - { - return 1; - } - return 0; - } - // This function takes a user group name and populates the database. // Returns: 0 if unable to create, otherwise it returns the groupID function create_User_Group($group) |
