Subversion Repositories eFlore/Applications.del

Compare Revisions

Regard whitespace Rev 2158 → Rev 2159

/trunk/services/bibliotheque/GestionUtilisateur.php
135,7 → 135,7
* rien (boulette-proof)
*/
protected function mettreAJourProfilLocal() {
echo "Mise à jour profil local !!";
//echo "Mise à jour profil local !!";
if ($this->jetonDecode != null && $this->jetonDecode['id'] != '') {
$requete = 'UPDATE del_utilisateur_infos SET'
. ' nom = ' . $this->bdd->proteger($this->jetonDecode['nom']) . ', '