X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=include%2Ffunctions_dns.inc;h=4365eb7d458ae4373f749e0a07db0da2bd8665e6;hb=89d5b00ebf8dc679c97094d2bfb39fd7ac66225a;hp=9625dab37db813baa64b25614b63b75d3cc5dbd6;hpb=bc2cac0f2ea0b57b2cb098680d572c346bfeb4dc;p=gosa.git diff --git a/include/functions_dns.inc b/include/functions_dns.inc index 9625dab37..4365eb7d4 100644 --- a/include/functions_dns.inc +++ b/include/functions_dns.inc @@ -307,7 +307,7 @@ function getDNSZoneEntriesDiff($config,$newZones,$HostDn) */ foreach($oldZones as $zone) { $oldDn = "zoneName=".$zone['InitialzoneName'].",".$HostDn; - $del[$oldDn] = ""; + $del[$oldDn] = $zone; } /* Check for entries which must be updated