2
0
forked from Wavyzz/dolibarr

Fix: remove debug output

This commit is contained in:
Laurent Destailleur
2014-08-02 17:27:45 +02:00
parent 6a815dd585
commit 9eab1f51cc

View File

@@ -434,7 +434,7 @@ function isValidUrl($url,$http=0,$pass=0,$port=0,$path=0,$query=0,$anchor=0)
{
$ValidUrl = 1;
}
print $urlregex.' - '.$url.' - '.$ValidUrl;
//print $urlregex.' - '.$url.' - '.$ValidUrl;
return $ValidUrl;
}