Some changes

This commit is contained in:
Alfonso Saavedra "Son Link" 2024-12-14 08:56:33 +01:00
parent e3b5e2d877
commit 369427eb12
No known key found for this signature in database
GPG Key ID: D3594BCF897F74D8
2 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,6 @@
function get_value($field)
{
global $formdata;
print_r($formdata);
if (!empty($formdata))
{

View File

@ -111,7 +111,7 @@
<a href="<?=base_url("race/{$race->id}")?>"><?=$race->id?></a>
</td>
<td data-title="Type">
<?= racetype($race->type) ?>
<?= $race->type ?> - <?= racetype($race->type) ?>
</td>
<td data-title="Started on">
<?= date_format(new DateTime($race->timestamp), 'd M Y @ H:i') ?>