mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
Merge branch 'develop' into '2248-5730-Añadir-elementos-a-la-vista-de-eventos3'
# Conflicts: # pandora_console/godmode/events/custom_events.php
This commit is contained in:
commit
9e8481537b
@ -675,7 +675,7 @@ else {
|
|||||||
$table->cellclass[count($table->data)][$i] = $myclass;
|
$table->cellclass[count($table->data)][$i] = $myclass;
|
||||||
$i++;
|
$i++;
|
||||||
}
|
}
|
||||||
if (in_array('data',$show_fields)) {
|
if (in_array('data',$show_fields)) {
|
||||||
$data[$i] = $event["data"];
|
$data[$i] = $event["data"];
|
||||||
if($data[$i] %1 == 0)
|
if($data[$i] %1 == 0)
|
||||||
$data[$i]= number_format($data[$i], 0);
|
$data[$i]= number_format($data[$i], 0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user