mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 17:25:26 +02:00
fix column name in sql sentence
This commit is contained in:
parent
e5d2a346d4
commit
4b33fa241d
@ -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