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 @@ include_once ("postgres.php");
/* Admin. Dossier */
$rep=DbConnect();
include_once ("class_user.php");
$User=new cl_user($rep);
$User=new User($rep);
$User->Check();
include_once ("user_menu.php");