Code

Followup commit for #3716
[gosa.git] / trunk / gosa-plugins / fai / admin / fai / class_FAI.inc
index 1d2ead0c1e8c258ecfc7415f501b4f49c0ea2e69..c3005f198be79b6f83cc2ce2fffda6aecd5f79eb 100644 (file)
@@ -73,7 +73,7 @@ class FAI
           $name = preg_replace("/".preg_quote($release, '/')."/i","",$attr['dn']);
 
           if(isset($attr['FAIstate'][0])){
-            if(preg_match("/removed$/",$attr['FAIstate'][0])){
+            if(preg_match("/removed/",$attr['FAIstate'][0])){
               if(isset($res[$name])){
                 unset($res[$name]);
               }