DT
This commit is contained in:
parent
f9d8431f65
commit
a4b97e35ac
@ -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
|
||||||
|
Reference in New Issue
Block a user