Skip to content
Snippets Groups Projects
Commit 6b5b2145 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Qual: Uniformize SQL code to be more compatible

parent a469b8e0
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment