Change cl_user to User

This commit is contained in:
sparkyx 2008-01-11 23:34:28 +00:00
parent 736d1e6d16
commit ee8556ccfa
74 changed files with 80 additions and 80 deletions

View file

@ -34,7 +34,7 @@ $gDossier=dossier::id();
$cn=DbConnect($gDossier);
$User=new cl_user($cn);
$User=new User($cn);
$User->Check();
$Fiche=new fiche($cn,$_REQUEST['f_id']);