This commit is contained in:
2025-12-19 12:46:17 +00:00
parent 022468fb9a
commit 7dadb2b56a
26 changed files with 339 additions and 2715 deletions

View File

@@ -41,7 +41,7 @@ class Societeuser extends Modele {
return $nbTentativeConnexionMax;
}
public function getLangues()
public function getLangues()
{
$sql = 'SELECT codeLangue AS `code`, CONCAT(libelle, " <=> ", libelleEng) AS libelle FROM langue ORDER BY parDefaut DESC, 2;';
@@ -49,5 +49,5 @@ class Societeuser extends Modele {
return $resultat->fetchAll(PDO::FETCH_ASSOC);
}
}