fixed accent mark. Ticket #3845.
(cherry picked from commit 6370904ba9
)
This commit is contained in:
parent
78df657404
commit
1cfd6f71b8
|
@ -272,8 +272,8 @@ if (!empty($all_data)) {
|
|||
$data[2] = $session['accion'];
|
||||
$data[3] = ui_print_help_tip($session['fecha'], true) . human_time_comparation($session['utimestamp'], 'tiny');
|
||||
$data[4] = $session_ip_origen;
|
||||
$data[5] = io_safe_output ($session['descripcion']);
|
||||
|
||||
$data[5] = io_safe_output(io_safe_output($session['descripcion']));
|
||||
|
||||
array_push ($table->data, $data);
|
||||
}
|
||||
echo "<div style='width:100%; overflow-x:auto;'>";
|
||||
|
|
Loading…
Reference in New Issue