Fixed problem whit simple value.

This commit is contained in:
Arturo Gonzalez Diaz 2015-08-26 13:30:54 +02:00
parent 93ed16b6be
commit fdf65ad5da
1 changed files with 1 additions and 7 deletions

View File

@ -100,13 +100,7 @@ function visual_map_print_item($mode = "read", $layoutData,
$top = $layoutData['pos_y'];
$left = $layoutData['pos_x'];
$id = $layoutData['id'];
//If it is simple value, label must be empty because if not, module value set the plane text '(_VALUE_)'
if ($layoutData['type'] == SIMPLE_VALUE){
$label = '';
}
else{
$label = io_safe_output($layoutData['label']);
}
$label = io_safe_output($layoutData['label']);
$id_module = $layoutData['id_agente_modulo'];
$type = $layoutData['type'];
$period = $layoutData['period'];