Skip to content

Commit

Permalink
Correction typographique
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.sylogix.org/gepiphp/trunk@3149 e073496e-d129-0410-8f7b-841bfd467322
  • Loading branch information
tbelliard committed May 23, 2009

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 076601f commit 02c62f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod_ects/saisie_ects.php
Original file line number Diff line number Diff line change
@@ -180,7 +180,7 @@
if ($ver_periode[$i] != "O") {
echo "<li><a href='saisie_ects.php?id_classe=".$id_classe."&amp;periode_num=".$i."'>".ucfirst($nom_periode[$i])."</a></li>\n";
} else {
echo "<li>".ucfirst($nom_periode[$i])." (".$gepiClosedPeriodLabel.", saisie impossible).</li>\n";
echo "<li>".ucfirst($nom_periode[$i])." (".$gepiClosedPeriodLabel.", saisie impossible)</li>\n";
}
$i++;
}

0 comments on commit 02c62f9

Please sign in to comment.