From: hickert Date: Fri, 31 Aug 2007 09:46:02 +0000 (+0000) Subject: Removed typo X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=bc2cac0f2ea0b57b2cb098680d572c346bfeb4dc;p=gosa.git Removed typo git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7178 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/include/functions_dns.inc b/include/functions_dns.inc index c1ef6fbd7..9625dab37 100644 --- a/include/functions_dns.inc +++ b/include/functions_dns.inc @@ -575,7 +575,7 @@ function getDNSHostEntriesDiff($config,$oldName,$newEntry,$newName) $ptrObj['pTRRecord'] = preg_replace("/\.\.$/",".",$newName.".".$zoneName."."); }else{ $ptrObj['pTRRecord'] = preg_replace("/\.\.$/",".",$newName."."); - .} + } $ptrObj['relativeDomainName'] = $rec['value']; $add[$PTRdn] = $ptrObj;