Commit 00872e67c729b39307d9d3e86fa1f92210fa513a
1 parent
c71ae98a
Test
Showing
2 changed files
with
4 additions
and
4 deletions
Show diff stats
site/formInscription.php
@@ -27,10 +27,10 @@ $groupes = getGroupes(); | @@ -27,10 +27,10 @@ $groupes = getGroupes(); | ||
27 | <select id="groupe" name="groupe" required /> | 27 | <select id="groupe" name="groupe" required /> |
28 | <option> </option> | 28 | <option> </option> |
29 | <?php | 29 | <?php |
30 | - foreach($groupes as $groupe) | 30 | + /*foreach($groupes as $groupe) |
31 | { | 31 | { |
32 | echo "<option value=$groupe['id']>$groupe['nom']</option>"; | 32 | echo "<option value=$groupe['id']>$groupe['nom']</option>"; |
33 | - } | 33 | + }*/ |
34 | ?> | 34 | ?> |
35 | </select> | 35 | </select> |
36 | </td> | 36 | </td> |