changed wrong php
Former-commit-id: 311c78efd112c85494885f9a01ac6b3e6e15d163
This commit is contained in:
parent
a21f2fc96d
commit
bf18d0374c
|
@ -1834,7 +1834,7 @@ function graphic_combined_module(
|
|||
$label = $params_combined['labels'][$module];
|
||||
} else {
|
||||
$alias = db_get_value('alias', 'tagente', 'id_agente', $module_data['id_agente']);
|
||||
$label = $module_data['nombre'];
|
||||
$label = $alias.' - '.$module_data['nombre'];
|
||||
}
|
||||
|
||||
$temp[$label]['g'] = round($temp_data, 4);
|
||||
|
|
Loading…
Reference in New Issue