/Web/Maintenance/CommitLog.php
54,12 → 54,10
<td> <code><?php echo $x; ?> </code></td>
</tr>
</table>
 
<?php
// Cyklus přes posledních několik commitů
for($i=1; $i<=5; $i++, $last--) {
?>
 
<h2> Revision <?php echo $last; ?> </h2>
<?php
if (isset($x)) unset ($x);