summaryrefslogtreecommitdiffstats
path: root/frontends/php/sysmaps.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/sysmaps.php')
-rw-r--r--frontends/php/sysmaps.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/frontends/php/sysmaps.php b/frontends/php/sysmaps.php
index 4a163477..d377673d 100644
--- a/frontends/php/sysmaps.php
+++ b/frontends/php/sysmaps.php
@@ -107,7 +107,12 @@
?>
<?php
- if(!isset($_REQUEST["form"]))
+ if(isset($_REQUEST["form"]))
+ {
+ echo BR;
+ insert_map_form();
+ }
+ else
{
$table = new CTableInfo(S_NO_MAPS_DEFINED);
$table->setHeader(array(S_ID,S_NAME,S_WIDTH,S_HEIGHT,S_MAP));
@@ -131,11 +136,6 @@
}
$table->show();
}
- else
- {
- echo BR;
- insert_map_form();
- }
?>
<?php