Line 75... |
Line 75... |
75 |
<tr> |
75 |
<tr> |
76 |
<th> Comment </th> |
76 |
<th> Comment </th> |
77 |
<td> <?php echo $x[3]; ?> </td> |
77 |
<td> <?php echo $x[3]; ?> </td> |
78 |
</tr> |
78 |
</tr> |
79 |
<tr> |
79 |
<tr> |
80 |
<td colspan=2> |
80 |
<td colspan=2> <code><?php |
81 |
<code><?php |
- |
|
82 |
if (isset($x)) unset($x); |
81 |
if (isset($x)) unset($x); |
83 |
Exec("svnlook changed /home/MLAB -r $last", $x); |
82 |
Exec("svnlook changed /home/MLAB -r $last", $x); |
84 |
echo implode("\n", $x); ?></code> </td> |
83 |
echo implode("\n", $x); ?></code> </td> |
85 |
</table> |
84 |
</table> |
86 |
|
85 |
|