Fixed timestamp to follow timestamp/comparison setting.

(cherry picked from commit d4611cafb2)
This commit is contained in:
Junichi Satoh 2016-12-03 16:15:16 +09:00
parent 2eedef05d3
commit 2097fce34b
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@ foreach ($result as $row) {
}
$data[1] = ui_print_session_action_icon ($row['accion'], true);
$data[1] .= $row["accion"];
$data[2] = ui_print_help_tip($row['fecha'], true) . human_time_comparation($row['utimestamp']);
$data[2] = ui_print_help_tip($row['fecha'], true) . ui_print_timestamp($row['utimestamp'], true);
switch ($config['dbtype']) {
case "mysql":
case "postgresql":