/Web/Maintenance/CommitLog.php
51,7 → 51,7
<th> SubVersion Status </th>
</tr>
<tr>
<td> <code><?php echo $x; ?> </code></td>
<td> <code><?php echo $x; ?></code></td>
</tr>
</table>
<?php
77,8 → 77,7
<td> <?php echo $x[3]; ?> &nbsp; </td>
</tr>
<tr>
<td colspan=2>
<code><?php
<td colspan=2> <code><?php
if (isset($x)) unset($x);
Exec("svnlook changed /home/MLAB -r $last", $x);
echo implode("\n", $x); ?></code> </td>