From: hickert Date: Wed, 5 Sep 2007 10:11:13 +0000 (+0000) Subject: Updated function_dns.inc X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=39a527f997c7126606ace453c1a4df8f44cfabfb;p=gosa.git Updated function_dns.inc git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@7227 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/include/functions_dns.inc b/include/functions_dns.inc index f2f3a668b..e83b30a1b 100644 --- a/include/functions_dns.inc +++ b/include/functions_dns.inc @@ -310,7 +310,7 @@ function getDNSZoneEntriesDiff($config,$newZones,$HostDn) */ foreach($oldZones as $zone) { $oldDn = "zoneName=".getNameFromMix($zone['InitialzoneName']).",".$HostDn; - $del[$oldDn] = ""; + $del[$oldDn] = $zone; } /* Check for entries which must be updated