From 39a527f997c7126606ace453c1a4df8f44cfabfb Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 5 Sep 2007 10:11:13 +0000 Subject: [PATCH] Updated function_dns.inc git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@7227 594d385d-05f5-0310-b6e9-bd551577e9d8 --- include/functions_dns.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2