mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
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…
x
Reference in New Issue
Block a user