From 054461086cb72c93dba0e4598cab4d875ef67f0c Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 31 Aug 2007 11:19:01 +0000 Subject: [PATCH] Fixed typo git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@7181 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 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; -- 2.30.2