Skip to content
Snippets Groups Projects

Hotline 6.44

Merged Ghislain Loas requested to merge hotline_6.44 into master
Compare and
+ 10
2
Preferences
Compare changes
Files
@@ -54,7 +54,7 @@ class profil_donnees
}
// lire
global $sql;
$data=$sql->fetchEnreg("Select * from profil_donnees where id_profil=$id_profil");
$data=$sql->fetchEnreg("select * from profil_donnees where id_profil=$id_profil");
// si rien on initialise la structure
if(!$data)
{