[svn r11572] fix a minor bug with the picture path

skala
Julian Prud'homme 19 years ago
parent 31eb798ed1
commit 117589d3bf
  1. 4
      main/mySpace/myStudents.php

@ -205,7 +205,7 @@ if(!empty($_GET['student']))
if(!empty($a_infosUser['picture_uri'])) if(!empty($a_infosUser['picture_uri']))
{ {
echo ' <td class="borderRight" width="10%"> echo ' <td class="borderRight" width="10%">
<img src="'.$a_infosUser['picture_uri'].'" /> <img src="../upload/users/'.$a_infosUser['picture_uri'].'" width="100" />
</td> </td>
'; ';
} }
@ -796,7 +796,7 @@ if(!empty($_GET['student']))
$resultAnswer = api_sql_query($sqlAnswer); $resultAnswer = api_sql_query($sqlAnswer);
echo "<a name='infosExe'></a>"; echo "<a name='infosExe'></a>";
//print_r($a_exerciceDetails);
echo" echo"
<tr> <tr>
<td colspan='2'> <td colspan='2'>

Loading…
Cancel
Save