X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=include%2Ffunctions_dns.inc;h=1eeba0c359f2dd7ab00bb277ed32162e8b8f42bb;hb=ab934d9be3708301031548a94528fb9479fd5d7c;hp=da23ef1a5ab8e4dc4da58e23d4de9e6fa36c633d;hpb=957479acc7dbcbb61c1b04f9f5b6d3d050cecc0b;p=gosa.git 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)