summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: be78383)
raw | patch | inline | side by side (parent: be78383)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 24 Nov 2010 09:37:46 +0000 (09:37 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 24 Nov 2010 09:37:46 +0000 (09:37 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20350 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/systems/admin/systems/class_termDNS.inc | patch | blob | history |
diff --git a/gosa-plugins/systems/admin/systems/class_termDNS.inc b/gosa-plugins/systems/admin/systems/class_termDNS.inc
index 404e831a5d0ea90a477c78e4d9706096b988c5f7..2f8f55fc0a353d96b7ed00faf139d8aa3de0e6e4 100644 (file)
if(isset($res['ip']) && tests::is_ip($res['ip'])) $this->ipHostNumber= $res['ip'];
if(isset($res['mac']) && tests::is_mac($res['mac'])) $this->macAddress= $res['mac'];
}
- }elseif ($config->get_cfg_value("core","gosaSupportURI") != ""){
+ }elseif ($this->config->get_cfg_value("core","gosaSupportURI") != ""){
$d= new gosaSupportDaemon(TRUE, 0.5);
$res= $d->_send("<xml><header>gosa_network_completition</header>".