V
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user