Code

Updated DNS
[gosa.git] / plugins / admin / systems / class_termDNS.inc
index a9568b3c0cfb260516c8203aa06d76de3ca64730..9e90cb8bf3916db769bde4b5b4813d4019747aa4 100644 (file)
@@ -101,7 +101,7 @@ class termDNS extends plugin
      */
     $DNSenabled = false;
     foreach($this->config->data['TABS']['SERVTABS'] as $tab){
-      if(preg_match("/^servdns$/",$tab['CLASS'])){
+      if(preg_match("/^servdns$/i",$tab['CLASS'])){
         $this->DNSenabled = true;
       }
     }