mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-19 23:32:02 +02:00
[ticket/13454] Remove double semi-colons
PHPBB3-13454
This commit is contained in:
parent
7a6a16e3a5
commit
3b9a9bb04a
@ -1271,7 +1271,7 @@ class acp_users
|
||||
$deletemark = (isset($_POST['delmarked'])) ? true : false;
|
||||
$deleteall = (isset($_POST['delall'])) ? true : false;
|
||||
$confirm = (isset($_POST['confirm'])) ? true : false;
|
||||
$marked = $request->variable('mark', array(0));;
|
||||
$marked = $request->variable('mark', array(0));
|
||||
|
||||
// Delete entries if requested and able
|
||||
if ($deletemark || $deleteall || $confirm)
|
||||
|
Loading…
x
Reference in New Issue
Block a user