z
This commit is contained in:
parent
62154125c4
commit
301aae7f13
|
|
@ -59,7 +59,8 @@
|
||||||
|
|
||||||
$tab_code_langue = ["fr_FR", "en_US"];
|
$tab_code_langue = ["fr_FR", "en_US"];
|
||||||
if (!in_array($codeLangue, $tab_code_langue)) {
|
if (!in_array($codeLangue, $tab_code_langue)) {
|
||||||
afficherMessage("Langue inconnue!");
|
$msg = "Langue inconnue / Unknown language";
|
||||||
|
afficherMessage($msg);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!isset($_GET['codeEntite'])) {
|
if (!isset($_GET['codeEntite'])) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user