From: hickert Date: Fri, 31 Mar 2006 06:16:03 +0000 (+0000) Subject: ... X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=1eda8869e7b21b04d62ffe3c2d3c1a2998269b79;p=gosa.git ... git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2938 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/include/functions_dns.inc b/include/functions_dns.inc index da23ef1a5..1eeba0c35 100644 --- a/include/functions_dns.inc +++ b/include/functions_dns.inc @@ -46,9 +46,9 @@ function getDnsRecordTypes($ForZones = false) } -/* this is used to flip the ip address for example - 12.3.45 -> 54.3.12 - Because some entries (like zones) are store like that 54.3.12.in-addr.arpa +/* This fucntion is used to flip the ip address, for example + 12.3.45 -> 45.3.12 + Because some entries (like zones) are store like that 45.3.12.in-addr.arpa but we want to display 12.3.45. */ function FlipIp($ip)