From 00f54881b08b91c7736fc97bf250aee038f44a11 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 29 Nov 2012 00:35:33 +0200 Subject: [PATCH] uncommented ipEncode function and make it functional --- e107_handlers/e107_class.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/e107_handlers/e107_class.php b/e107_handlers/e107_class.php index 0d6ea3efa..fe2bb1ed1 100644 --- a/e107_handlers/e107_class.php +++ b/e107_handlers/e107_class.php @@ -2934,10 +2934,11 @@ class e107 * @param string $div divider * @return string encoded IP */ - /* + public function ipEncode($ip, $div = ':') { - } */ + return e107::getIPHandler()->ipEncode($ip); + } /** * Takes an encoded IP address - returns a displayable one