Code

Move from image button to normal submit caused bug with adding entries
[gosa.git] / plugins / admin / systems / class_servDNSeditZoneEntries.inc
index e6dfc96dd19dfa9d894f8782b5e0b594436c4a89..f7d983982a8cd58029d95145183506b0428c6b72 100644 (file)
@@ -69,13 +69,13 @@ class servDNSeditZoneEntries extends plugin
 
       /* Add new host entry
        */
-      if((preg_match("/^UserRecord_/",$name)) && ($once)){
+      if((preg_match("/^UserRecord_?/",$name)) && ($once)){
         $once = false;
         $entry = getDNSHostEntries($this->config,"",true);     
         $entry['exists']    = true;
         $entry['zoneName']  = $this->zoneName; 
         $entry['RECORDS'][] = array("type" => "aRecord" , "value"=>"");
-        $this->Devices['New Entry'] = $entry;
+        $this->Devices[_("New Entry")] = $entry;
       }
 
       if(count($tmp2) != 2) continue;