From 40cba35363b7f371f88fe1048d444ca8e85be14c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Fri, 3 Apr 2009 09:39:42 +0000 Subject: [PATCH] Renamed --- inc/functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/functions.php b/inc/functions.php index 49ecee6906..dc5fe39367 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -2010,7 +2010,7 @@ function isUrlValid ($URL, $compile=true) { // If not installed, perform a simple test. Just make it sure there is always a http:// or // https:// in front of the URLs - return isUrlValid($URL); + return isUrlValidSimple($URL); } // Generate a list of administrative links to a given userid @@ -2942,7 +2942,7 @@ function compileUriCode ($code, $simple=true) { } // Function taken from user comments on www.php.net / function eregi() -function isUrlValid ($url) { +function isUrlValidSimple ($url) { // Prepare URL $url = strip_tags(str_replace("\\", '', compileUriCode(urldecode($url)))); -- 2.30.2