Skip to content
Snippets Groups Projects
Commit 6b6ca358 authored by Laurent's avatar Laurent
Browse files

hotline#13564 refacto tests

parent 47fdd27f
6 merge requests!258Dev/13872 Orphee Allow Hold Available Items,!180Master,!157Master,!145Hotline 6.44,!140Hotline#13564 Integration Notices Casqy,!138Hotline#13564 Integration Notices Casqy
......@@ -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)
{
......
This diff is collapsed.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment