mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
New networkmaps in progress... (open can modified generation method)
This commit is contained in:
parent
80575e9344
commit
35d7989dab
@ -43,7 +43,10 @@ if ($new_networkmap) {
|
||||
$disabled_generation_method_select = false;
|
||||
$disabled_source = false;
|
||||
if ($edit_networkmap) {
|
||||
$disabled_generation_method_select = true;
|
||||
if (enterprise_installed()) {
|
||||
$disabled_generation_method_select = true;
|
||||
}
|
||||
|
||||
$disabled_source = true;
|
||||
|
||||
$values = db_get_row('tmap', 'id', $id);
|
||||
|
Loading…
x
Reference in New Issue
Block a user