From 1eda8869e7b21b04d62ffe3c2d3c1a2998269b79 Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 31 Mar 2006 06:16:03 +0000 Subject: [PATCH] ... git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2938 594d385d-05f5-0310-b6e9-bd551577e9d8 --- include/functions_dns.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) -- 2.30.2