Oops
This commit is contained in:
parent
10f2e69c43
commit
083b334a07
@ -15,7 +15,7 @@
|
||||
<th>Handling</th>
|
||||
</tr>
|
||||
<?php
|
||||
$i = 1;
|
||||
$i = 0;
|
||||
foreach ($teams as $team) {
|
||||
$i++;
|
||||
// Remember to escape your values!
|
||||
|
@ -13,7 +13,7 @@
|
||||
<th>Bestetid</th>
|
||||
</tr>
|
||||
<?php
|
||||
$i = 1;
|
||||
$i = 0;
|
||||
foreach ($teams as $team) {
|
||||
$i++;
|
||||
// Remember to escape your values!
|
||||
|
Reference in New Issue
Block a user