From 6b5b2145bc4e4d31fa10d20a7dba0d7fb62101e0 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 23 Oct 2009 23:24:39 +0000 Subject: [PATCH] Qual: Uniformize SQL code to be more compatible --- htdocs/lib/functions2.lib.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/lib/functions2.lib.php b/htdocs/lib/functions2.lib.php index a45b28fa1eb..c22c423a5b2 100644 --- a/htdocs/lib/functions2.lib.php +++ b/htdocs/lib/functions2.lib.php @@ -265,6 +265,7 @@ function isValidUrl($url,$http=0,$pass=0,$port=0,$path=0,$query=0,$anchor=0) { $ValidUrl = 1; } + //print $urlregex.' - '.$url.' - '.$ValidUrl;exit; return $ValidUrl; }