diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2012-08-25 14:53:21 +0200 |
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2012-10-17 23:34:37 +0200 |
| commit | ceb5a40eecbc60577ce0735254a4a189d719302e (patch) | |
| tree | c08d6095cdf8d12c6ce9646c85b6597f951ae754 /phpBB/includes/acp/acp_inactive.php | |
| parent | ada2d4c91bb063f3d9d591bfc3ce9552957772e0 (diff) | |
| download | forums-ceb5a40eecbc60577ce0735254a4a189d719302e.tar forums-ceb5a40eecbc60577ce0735254a4a189d719302e.tar.gz forums-ceb5a40eecbc60577ce0735254a4a189d719302e.tar.bz2 forums-ceb5a40eecbc60577ce0735254a4a189d719302e.tar.xz forums-ceb5a40eecbc60577ce0735254a4a189d719302e.zip | |
[ticket/11023] Fix additional whitespaces that were added by PHPBB3-10968
PHPBB3-11023
Diffstat (limited to 'phpBB/includes/acp/acp_inactive.php')
| -rw-r--r-- | phpBB/includes/acp/acp_inactive.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/phpBB/includes/acp/acp_inactive.php b/phpBB/includes/acp/acp_inactive.php index 1e23c2e6cf..bf7a9e11e4 100644 --- a/phpBB/includes/acp/acp_inactive.php +++ b/phpBB/includes/acp/acp_inactive.php @@ -289,8 +289,8 @@ class acp_inactive } $base_url = $this->u_action . "&$u_sort_param&users_per_page=$per_page"; - phpbb_generate_template_pagination($template, $base_url, 'pagination', 'start', $inactive_count, $per_page, $start); - + phpbb_generate_template_pagination($template, $base_url, 'pagination', 'start', $inactive_count, $per_page, $start); + $template->assign_vars(array( 'S_INACTIVE_USERS' => true, 'S_INACTIVE_OPTIONS' => build_select($option_ary), @@ -299,7 +299,6 @@ class acp_inactive 'S_SORT_KEY' => $s_sort_key, 'S_SORT_DIR' => $s_sort_dir, 'S_ON_PAGE' => phpbb_on_page($template, $user, $base_url, $inactive_count, $per_page, $start), - 'USERS_PER_PAGE' => $per_page, 'U_ACTION' => $this->u_action . "&$u_sort_param&users_per_page=$per_page&start=$start", |
