Commit 4bb3187b197b8c40471f0f4dd6a098eb200d881a

Authored by Geoffrey PREUD'HOMME
1 parent c8a4fc85

Re-added teacher names

Showing 1 changed file with 3 additions and 6 deletions   Show diff stats
pages/schools.php
... ... @@ -33,9 +33,7 @@ try {
33 33 <th>Nom de l'école</th>
34 34 <th>Circonscription</th>
35 35 <th>Adresse</th>
36   -<?php /*
37 36 <th>Enseignant</th>
38   -*/ ?>
39 37 </tr>
40 38 </thead>
41 39 </div >
... ... @@ -53,10 +51,9 @@ try {
53 51 echo '<td>';
54 52 echo '<p>' . $row['adresse'] . '</p>';
55 53 echo '</td>';
56   -
57   - // echo '<td>';
58   - // echo '<p>'.$row['enseignant'].'</p>';
59   - // echo '</td>';
  54 + echo '<td>';
  55 + echo '<p>'.$row['enseignant'].'</p>';
  56 + echo '</td>';
60 57 echo '</tr>';
61 58 }
62 59 ?>
... ...