[svn r11909]

skala
Eric Marguin 19 years ago
parent 46991ab1e0
commit 5a2a852ae8
  1. 4
      main/auth/my_progress.php

@ -367,7 +367,7 @@ foreach($Courses as $enreg)
AND exe_exo_id = ".$a_exercices['id']." AND exe_exo_id = ".$a_exercices['id']."
ORDER BY exe_date DESC LIMIT 1" ORDER BY exe_date DESC LIMIT 1"
; ;
$resultScore = api_sql_query($sqlScore); $resultScore = api_sql_query($sqlScore);
$score = 0; $score = 0;
while($a_score = mysql_fetch_array($resultScore)) while($a_score = mysql_fetch_array($resultScore))
@ -398,7 +398,7 @@ foreach($Courses as $enreg)
<td align="center" width="25"> <td align="center" width="25">
'; ';
if($a_essais['essais']>0) if($a_essais['essais']>0)
echo '<a href="../exercice/exercise_show.php?id='.$exe_id.'&cidReq='.$a_infosCours['code'].'&id_session='.$_GET['id_session'].'"> <img src="'.api_get_path(WEB_IMG_PATH).'quiz.gif" border="0"> </a>'; echo '<a href="../exercice/exercise_show.php?origin=student_progress&id='.$exe_id.'&cidReq='.$a_infosCours['code'].'&id_session='.$_GET['id_session'].'"> <img src="'.api_get_path(WEB_IMG_PATH).'quiz.gif" border="0"> </a>';
echo " </td> echo " </td>
</tr> </tr>
"; ";

Loading…
Cancel
Save