Useless double check

This commit is contained in:
sparkyx 2006-08-25 20:49:40 +00:00
parent f44b6c9bd4
commit 3c6115a2ae

View file

@ -42,10 +42,6 @@ $rep=DbConnect();
include_once ("class_user.php");
$User=new cl_user($rep);
$User->Check();
$rep=DbConnect();
include_once ("class_user.php");
$User=new cl_user($rep);
$User->Check();
// We don't check permissions here in fact, permission are tested in the
// functions