From: hickert Date: Thu, 11 Sep 2008 14:07:14 +0000 (+0000) Subject: Fixed typo X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=6b1fb6284c23fb66defc27630b2aa7f0b2c0db4c;p=gosa.git Fixed typo git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12431 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_gosaSupportDaemon.inc b/gosa-core/include/class_gosaSupportDaemon.inc index ce0d24b69..0c99d158c 100644 --- a/gosa-core/include/class_gosaSupportDaemon.inc +++ b/gosa-core/include/class_gosaSupportDaemon.inc @@ -108,7 +108,7 @@ class gosaSupportDaemon $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']; } }