mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
(cherry picked from commit a1d731f71ba2d23759d6baa88ee0324487d8094d)
This commit is contained in:
parent
c237ba55a8
commit
bb9303c0ba
BIN
pandora_console/images/_sort_down.png
Normal file
BIN
pandora_console/images/_sort_down.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1021 B |
BIN
pandora_console/images/_sort_up.png
Normal file
BIN
pandora_console/images/_sort_up.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1017 B |
Binary file not shown.
Before Width: | Height: | Size: 1021 B After Width: | Height: | Size: 214 B |
Binary file not shown.
Before Width: | Height: | Size: 1017 B After Width: | Height: | Size: 216 B |
@ -1879,7 +1879,7 @@ function agents_delete_agent ($id_agents, $disableACL = false) {
|
||||
//And at long last, the agent
|
||||
db_process_delete_temp ("tagente", "id_agente", $id_agent);
|
||||
|
||||
db_process_sql ("delete from ttag_module where id_agente_modulo = (select id_agente_modulo from tagente_modulo where id_agente = ".$id_agent.")");
|
||||
db_process_sql ("delete from ttag_module where id_agente_modulo in (select id_agente_modulo from tagente_modulo where id_agente = ".$id_agent.")");
|
||||
|
||||
db_pandora_audit( "Agent management",
|
||||
"Deleted agent '$agent_name'");
|
||||
|
Loading…
x
Reference in New Issue
Block a user