Fix #6 - compatibility issues

This commit is contained in:
Vojtěch Sajdl
2018-01-13 16:51:17 +01:00
parent 195d91c28e
commit ffd2b58f0c
3 changed files with 7 additions and 6 deletions
+2 -1
View File
@@ -83,7 +83,8 @@ if(isset($_POST['server']) && empty($message))
$array = explode(";", $sql);
foreach ($array as $value) {
if (empty(trim($value)))
$val = trim($value);
if (empty($val))
{
continue;
}