Renamed a table due to the character limitation in oracle
This commit is contained in:
parent
7c96bb7ce0
commit
57a9d4615c
|
@ -1740,9 +1740,9 @@ function agents_delete_agent ($id_agents, $disableACL = false) {
|
|||
}
|
||||
|
||||
foreach ($nodes as $node) {
|
||||
db_process_delete_temp ("tnetworkmap_enterprise_relation_nodes",
|
||||
db_process_delete_temp ("tnetworkmap_ent_rel_nodes",
|
||||
"parent", $node['id']);
|
||||
db_process_delete_temp ("tnetworkmap_enterprise_relation_nodes",
|
||||
db_process_delete_temp ("tnetworkmap_ent_rel_nodes",
|
||||
"child", $node['id']);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue