Update gateway_copy.php
This commit is contained in:
parent
04e97d9493
commit
31c72b4cd1
|
|
@ -128,7 +128,7 @@
|
|||
$sql .= ")";
|
||||
$sql .= "values ";
|
||||
$sql .= "(";
|
||||
if (strlen($domain_uuid) == 0) {
|
||||
if (strlen($domain_uuid) > 0) {
|
||||
$sql .= "'$domain_uuid', ";
|
||||
}
|
||||
else {
|
||||
|
|
|
|||
Loading…
Reference in New Issue