Some changes
This commit is contained in:
parent
e3b5e2d877
commit
369427eb12
|
@ -2,7 +2,6 @@
|
|||
function get_value($field)
|
||||
{
|
||||
global $formdata;
|
||||
print_r($formdata);
|
||||
|
||||
if (!empty($formdata))
|
||||
{
|
||||
|
|
|
@ -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') ?>
|
||||
|
|
Loading…
Reference in New Issue