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

@ -32,7 +32,7 @@ $cn=DbConnect($gDossier);
require_once ('class_user.php');
$User=new cl_user(DbConnect());
$User=new User(DbConnect());
/*!\todo Add security here
*/
$User->Check();