2
0
forked from Wavyzz/dolibarr

Add version of phpunit into travis script.

Fix: strict mode.
This commit is contained in:
Laurent Destailleur
2014-05-01 19:17:45 +02:00
parent 7bb23086b8
commit d97c45a9b8
27 changed files with 101 additions and 89 deletions

View File

@@ -454,7 +454,7 @@ function clean_url($url,$http=1)
{
$proto=$regs[1];
$domain=$regs[2];
$port=$regs[3];
$port=isset($regs[3])?$regs[3]:'';
//print $url." -> ".$proto." - ".$domain." - ".$port;
//$url = dol_string_nospecial(trim($url));
$url = trim($url);