[svn r9948] coding standards: replace <? with <?php

http://www.dokeos.com/forum/viewtopic.php?t=7570
skala
Patrick Cool 19 years ago
parent be458f0a3c
commit ca6e2a6e45
  1. 2
      main/exercice/exercise_show.php

@ -705,7 +705,7 @@ $totalWeighting+=$questionWeighting;
<tr><td></td> <tr><td></td>
<td align="right"> <td align="right">
<br /> <br />
<? $strids = implode(",",$arrid); <?php $strids = implode(",",$arrid);
$marksid = implode(",",$arrmarks); $marksid = implode(",",$arrmarks);
if($is_allowedToEdit) if($is_allowedToEdit)
{ {

Loading…
Cancel
Save