Make phpcs happy
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
This commit is contained in:
parent
44b96a37e0
commit
28afa87302
@ -3357,7 +3357,7 @@ function PMA_getUserSpecificRights($username, $hostname, $type, $dbname = '')
|
||||
/**
|
||||
* Parses Proc_priv data
|
||||
*
|
||||
* @param string $prins Proc_priv
|
||||
* @param string $privs Proc_priv
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
@ -4343,7 +4343,6 @@ function PMA_addUser(
|
||||
$_REQUEST['old_usergroup'] ? $_REQUEST['old_usergroup'] : null;
|
||||
PMA_setUserGroup($_REQUEST['username'], $old_usergroup);
|
||||
|
||||
|
||||
if (isset($create_user_real)) {
|
||||
$queries[] = $create_user_real;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user