2
0
forked from Wavyzz/dolibarr

Code comment

This commit is contained in:
Laurent Destailleur
2019-08-21 17:28:54 +02:00
parent 54203dda1f
commit 689aa4979e

View File

@@ -2653,6 +2653,10 @@ function dol_print_ip($ip, $mode = 0)
}
else $ret.=' ('.$countrycode.')';
}
else
{
// Nothing
}
}
return $ret;