mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
#9529 fix events last contact value
This commit is contained in:
parent
cf29caedcd
commit
2a11873638
@ -558,10 +558,7 @@ if (is_ajax() === true) {
|
|||||||
$last_contact_value = '<span title="'.$title.'">'.$value.'</span>';
|
$last_contact_value = '<span title="'.$title.'">'.$value.'</span>';
|
||||||
}
|
}
|
||||||
|
|
||||||
$tmp->timestamp = ui_print_timestamp(
|
$tmp->timestamp = $last_contact_value;
|
||||||
$tmp->utimestamp,
|
|
||||||
true
|
|
||||||
);
|
|
||||||
|
|
||||||
if (is_numeric($tmp->data) === true) {
|
if (is_numeric($tmp->data) === true) {
|
||||||
$tmp->data = format_numeric(
|
$tmp->data = format_numeric(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user