diff options
-rw-r--r-- | admin/WebConsole/rest/remotepc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/WebConsole/rest/remotepc.php b/admin/WebConsole/rest/remotepc.php index 6dc5a62d..12bbde1b 100644 --- a/admin/WebConsole/rest/remotepc.php +++ b/admin/WebConsole/rest/remotepc.php @@ -533,7 +533,7 @@ EOD; $cmd->Ejecutar(); $cmd->texto = <<<EOD DELETE FROM ogagent_queue - WHERE clientid = '$clntid' AND command IN ('popup-10', 'popup-5', 'poweroff'); + WHERE clientid = '$clntid' AND operation IN ('popup-10', 'popup-5', 'poweroff'); EOD; $cmd->Ejecutar(); $cmd->texto = "DROP EVENT IF EXISTS e_timeout_$clntid;"; |