mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Fixed timestamp to follow timestamp/comparison setting.
(cherry picked from commit d4611cafb25007c7c1464bbccc385050832df75d)
This commit is contained in:
parent
2eedef05d3
commit
2097fce34b
@ -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":
|
||||
|
Loading…
x
Reference in New Issue
Block a user