New networkmaps in progress... (Removed weird nodes from graph)
This commit is contained in:
parent
16ff172bc3
commit
0b5631663b
|
@ -850,6 +850,9 @@ function networkmap_loadfile($id = 0, $file = '',
|
|||
if (strpos($node_id, "transp_") !== false) {
|
||||
//removed the transparent nodes
|
||||
}
|
||||
else if ($data['text'] == "" && $data['image'] == "" && $data['id_agent'] == 0) {
|
||||
//removed weird nodes
|
||||
}
|
||||
else {
|
||||
$networkmap_nodes[$node_id] = $data;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue