mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/11023] Fix additional whitespaces that were added by PHPBB3-10968
PHPBB3-11023
This commit is contained in:
parent
ada2d4c91b
commit
ceb5a40eec
19 changed files with 27 additions and 29 deletions
|
@ -299,7 +299,6 @@ class acp_inactive
|
||||||
'S_SORT_KEY' => $s_sort_key,
|
'S_SORT_KEY' => $s_sort_key,
|
||||||
'S_SORT_DIR' => $s_sort_dir,
|
'S_SORT_DIR' => $s_sort_dir,
|
||||||
'S_ON_PAGE' => phpbb_on_page($template, $user, $base_url, $inactive_count, $per_page, $start),
|
'S_ON_PAGE' => phpbb_on_page($template, $user, $base_url, $inactive_count, $per_page, $start),
|
||||||
|
|
||||||
'USERS_PER_PAGE' => $per_page,
|
'USERS_PER_PAGE' => $per_page,
|
||||||
|
|
||||||
'U_ACTION' => $this->u_action . "&$u_sort_param&users_per_page=$per_page&start=$start",
|
'U_ACTION' => $this->u_action . "&$u_sort_param&users_per_page=$per_page&start=$start",
|
||||||
|
|
|
@ -2240,7 +2240,6 @@ function phpbb_on_page($template, $user, $base_url, $num_items, $per_page, $star
|
||||||
$template->assign_vars(array(
|
$template->assign_vars(array(
|
||||||
'PER_PAGE' => $per_page,
|
'PER_PAGE' => $per_page,
|
||||||
'ON_PAGE' => $on_page,
|
'ON_PAGE' => $on_page,
|
||||||
|
|
||||||
'A_BASE_URL' => addslashes($base_url),
|
'A_BASE_URL' => addslashes($base_url),
|
||||||
));
|
));
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue