Skip to content

Commit

Permalink
suppression de la variable $lingvo
Browse files Browse the repository at this point in the history
  • Loading branch information
axel584 committed May 26, 2016
1 parent 1846c15 commit 2c851e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mastrumistudantojn.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function listiStudantojn() {
echo $row["enirnomo"]." (".$row["personnomo"]." ".$row["familinomo"].")";
echo "</td><td><select name=\"studanto".$i."\">";
echo "<option value=\"".$row["id"]."-N\" >N’ont pas encore commencé</option>";
$demando2="select lecionoj.titolo,lecionoj.numero from lecionoj where lecionoj.kurso='".$row["kurso"]."' and lecionoj.lingvo='$lingvo'";
$demando2="select lecionoj.titolo,lecionoj.numero from lecionoj where lecionoj.kurso='".$row["kurso"]."' and lecionoj.lingvo='FR'";
$result2 = $bdd->query($demando2) or die(print_r($bdd->errorInfo()));
while($row2 = $result2->fetch()) {
echo "<option value=\"".$row["id"]."-".$row2["numero"]."\" ";
Expand Down

0 comments on commit 2c851e2

Please sign in to comment.