avs-code / PREM-Podium-race-E-manager

Description PREM (Podium race e manager) is management software for races and race leagues. It can be used to create overviews of race results. Based on Paddock 7.10beta by: demontpx
https://arv187.github.io/PREM-Podium-race-E-manager/
GNU General Public License v3.0
5 stars 1 forks source link

Add content blocks. #21

Open avs-code opened 7 years ago

avs-code commented 7 years ago

DONE:

avs-code commented 7 years ago

FIXED last_race.php!!!!!!!!!!!!!!

<table>
<td><strong>Pos</strong></td><td><strong>Driver</strong></td><td><strong>Team</strong></td>
<? while($ditem = mysql_fetch_array($dresult)) {    ?>
<tr>
<td><?=$ditem['position']?></td>
<td><?=$ditem['dname']?></td>
<td><?=$ditem['tname']?></td>
</tr>
<?     } mysql_free_result($dresult);    ?>
</table>
avs-code commented 7 years ago

FIXED blocks.php!!!!!

issue: fault define function value $active_next = $_POST["active_next"];