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

@ -30,7 +30,7 @@ echo_debug('priv_user.php',__LINE__,"entering priv_users");
$rep=DbConnect();
include_once ("class_user.php");
$User=new cl_user($rep);
$User=new User($rep);
$User->Check();
if ($User->admin != 1) {