Merge branch 'ent-11024-pete-sql-en-remote-components' into 'develop'
Ent 11024 pete sql en remote components See merge request artica/pandorafms!5755
This commit is contained in:
commit
ed6364d3c0
|
@ -570,7 +570,7 @@ function network_components_get_name($id_network_component)
|
|||
return false;
|
||||
}
|
||||
|
||||
return @db_get_value('name', 'tnetwork_component', 'id', $id_network_component);
|
||||
return @db_get_value('name', 'tnetwork_component', 'id_nc', $id_network_component);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue