From a4b97e35ac4fad432c16ed0c1879962c9a456b7c Mon Sep 17 00:00:00 2001 From: Daniel Tartavel Date: Tue, 3 Sep 2019 00:53:50 +0200 Subject: [PATCH] DT --- nconnector.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nconnector.php b/nconnector.php index c7b09b9..1fe9782 100755 --- a/nconnector.php +++ b/nconnector.php @@ -15,7 +15,7 @@ function esp( $s ) function concat ($a, $b) { - if ( !empty($a) && !empty(b) ) + if ( !empty($a) && !empty($b) ) { $r = $a . " " . $b; }else