diff --git a/app/services/service_edit.php b/app/services/service_edit.php index aaaf09c584..75209fdb5c 100644 --- a/app/services/service_edit.php +++ b/app/services/service_edit.php @@ -128,8 +128,8 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { $sql .= "service_cmd_start = '$service_cmd_start', "; $sql .= "service_cmd_stop = '$service_cmd_stop', "; $sql .= "service_description = '$service_description' "; - $sql .= "where domain_uuid = '$domain_uuid'"; - $sql .= "and service_uuid = '$service_uuid'"; + $sql .= "where service_uuid = '$service_uuid' "; + // $sql .= "and domain_uuid = '$domain_uuid'"; $db->exec(check_sql($sql)); unset($sql); @@ -238,7 +238,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { echo " ".$text['label-data']."\n"; echo "\n"; echo "