mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +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_generation_method_select = false;
|
||||||
$disabled_source = false;
|
$disabled_source = false;
|
||||||
if ($edit_networkmap) {
|
if ($edit_networkmap) {
|
||||||
$disabled_generation_method_select = true;
|
if (enterprise_installed()) {
|
||||||
|
$disabled_generation_method_select = true;
|
||||||
|
}
|
||||||
|
|
||||||
$disabled_source = true;
|
$disabled_source = true;
|
||||||
|
|
||||||
$values = db_get_row('tmap', 'id', $id);
|
$values = db_get_row('tmap', 'id', $id);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user