Commit bfe17d67277d4410a43509265e459dc80b60998d

Authored by Geoffrey PREUD'HOMME
1 parent cdf55d6e

Ooops

Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
@@ -45,9 +45,9 @@ while ($row = mysql_fetch_assoc($resultat)) @@ -45,9 +45,9 @@ while ($row = mysql_fetch_assoc($resultat))
45 echo '<td>'; 45 echo '<td>';
46 echo '<p>'.$row['enseignant'].'</p>'; 46 echo '<p>'.$row['enseignant'].'</p>';
47 echo '</td>'; 47 echo '</td>';
48 - echo '<td>';  
49 - echo '<p>'.$row['contact'].'</p>';  
50 - echo '</td>'; 48 + // echo '<td>';
  49 + // echo '<p>'.$row['contact'].'</p>';
  50 + // echo '</td>';
51 echo '</tr>'; 51 echo '</tr>';
52 } 52 }
53 53