Remove double inclusion

This commit is contained in:
Michal Čihař 2013-08-06 15:29:02 +02:00
parent f53a05afcc
commit ab6c64a35f

View File

@ -56,7 +56,6 @@ foreach ($post_params as $one_post_param) {
}
}
include_once 'libraries/schema/User_Schema.class.php';
$user_schema = new PMA_User_Schema();
/**