summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0d708cd)
raw | patch | inline | side by side (parent: 0d708cd)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 11 Sep 2008 14:07:14 +0000 (14:07 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 11 Sep 2008 14:07:14 +0000 (14:07 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12431 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/class_gosaSupportDaemon.inc | patch | blob | history |
diff --git a/gosa-core/include/class_gosaSupportDaemon.inc b/gosa-core/include/class_gosaSupportDaemon.inc
index ce0d24b6933aef953f774a3020db756faeae8176..0c99d158c203c0942d16894f7baeba9632978b05 100644 (file)
$hosts = array();
if(isset($res['XML'])){
foreach($res['XML'][0] as $name => $data){
- if(preg_match("/^HOST[0-9]*$/",$name) && $name != "HSOT"){
+ if(preg_match("/^HOST[0-9]*$/",$name) && $name != "HOST"){
$hosts[] = $data[0]['MAC'][0]['VALUE'];
}
}