diff --git a/include/functions.php b/include/functions.php index 520f924a..b6330460 100644 --- a/include/functions.php +++ b/include/functions.php @@ -223,10 +223,6 @@ function formatAdUrl($adid, $url, $content, $newWindow=true) return formatUrl("adredir.php?id=".$adid."&url=".rawurlencode($url), $newWindow, $content); } function formatUrl($url, $newWindow = false, $text = '', $linkClass = '') { - $src = filter_src($url); - if (empty($src)) { - return ""; - } if (!$text) { $text = $url; }