This commit is contained in:
parent
751b73adcb
commit
a1d731f71b
Binary file not shown.
After Width: | Height: | Size: 1021 B |
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 |
|
@ -1881,7 +1881,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…
Reference in New Issue