summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole
diff options
context:
space:
mode:
authorramon <ramongomez@us.es>2017-10-26 12:03:17 +0000
committerramon <ramongomez@us.es>2017-10-26 12:03:17 +0000
commit1b7c10262a59fbe50554123c07aba304e05d5992 (patch)
tree600cd3eeb53913c22540222c4725884b911104a2 /admin/WebConsole
parent06459061d3cff16b3ad4843e388d91c11d87b7d0 (diff)
#708: Corregir errata en r5484.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5486 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin/WebConsole')
-rw-r--r--admin/WebConsole/rest/remotepc.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/WebConsole/rest/remotepc.php b/admin/WebConsole/rest/remotepc.php
index 61670fbd..817b9f28 100644
--- a/admin/WebConsole/rest/remotepc.php
+++ b/admin/WebConsole/rest/remotepc.php
@@ -514,6 +514,7 @@ EOD;
$cmd->texto = <<<EOD
DELETE FROM ogagent_queue
WHERE clientid = '$clntid' AND command IN ('popup-10', 'popup-5', 'poweroff');
+EOD;
$cmd->Ejecutar();
$cmd->texto = "COMMIT;";
$cmd->Ejecutar();