1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-14 04:42:04 +02:00

[ticket/13454] Fix code sniffer complaints

PHPBB3-13454
This commit is contained in:
Marc Alexander 2015-12-04 14:17:53 +01:00
parent 38f3688217
commit 915a141fc2
2 changed files with 2 additions and 2 deletions

View File

@ -194,7 +194,7 @@ class acp_ban
{
case 'user':
$field = 'username';;
$field = 'username';
$sql = 'SELECT b.*, u.user_id, u.username, u.username_clean
FROM ' . BANLIST_TABLE . ' b, ' . USERS_TABLE . ' u

View File

@ -25,7 +25,7 @@ class acp_disallow
function main($id, $mode)
{
global $db, $user, $template, $cache, $phpbb_log, $request;;
global $db, $user, $template, $cache, $phpbb_log, $request;
$user->add_lang('acp/posting');