1
0
This commit is contained in:
Daniel Tartavel 2019-09-03 00:53:50 +02:00
parent f9d8431f65
commit a4b97e35ac

View File

@ -15,7 +15,7 @@ function esp( $s )
function concat ($a, $b) function concat ($a, $b)
{ {
if ( !empty($a) && !empty(b) ) if ( !empty($a) && !empty($b) )
{ {
$r = $a . " " . $b; $r = $a . " " . $b;
}else }else