mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/13454] Remove double semi-colons
PHPBB3-13454
This commit is contained in:
parent
7a6a16e3a5
commit
3b9a9bb04a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue