Qual: Uniformize SQL code to be more compatible

This commit is contained in:
Laurent Destailleur 2009-10-23 23:24:39 +00:00
parent a469b8e0fc
commit 6b5b2145bc

View File

@ -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;
}