From: hickert Date: Fri, 31 Aug 2007 11:19:01 +0000 (+0000) Subject: Fixed typo X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=054461086cb72c93dba0e4598cab4d875ef67f0c;p=gosa.git Fixed typo git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@7181 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/include/functions_dns.inc b/include/functions_dns.inc index 694961da0..f2f3a668b 100644 --- a/include/functions_dns.inc +++ b/include/functions_dns.inc @@ -578,7 +578,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;