diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-03-23 12:18:09 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-03-23 12:18:09 +0000 |
commit | 6039d6f1c689ea9fa6828c6be5c8b02f11e1004c (patch) | |
tree | 5c3079b8c499c592fe32825a68413750648779a3 /phpBB/includes/ucp/ucp_groups.php | |
parent | ad540a705f92c78862007b951f354f612f80b5c1 (diff) | |
download | forums-6039d6f1c689ea9fa6828c6be5c8b02f11e1004c.tar forums-6039d6f1c689ea9fa6828c6be5c8b02f11e1004c.tar.gz forums-6039d6f1c689ea9fa6828c6be5c8b02f11e1004c.tar.bz2 forums-6039d6f1c689ea9fa6828c6be5c8b02f11e1004c.tar.xz forums-6039d6f1c689ea9fa6828c6be5c8b02f11e1004c.zip |
again, some changes here and there...
git-svn-id: file:///svn/phpbb/trunk@7218 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/ucp/ucp_groups.php')
-rw-r--r-- | phpBB/includes/ucp/ucp_groups.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/ucp/ucp_groups.php b/phpBB/includes/ucp/ucp_groups.php index 55eb4ec0bc..1f7f0038d2 100644 --- a/phpBB/includes/ucp/ucp_groups.php +++ b/phpBB/includes/ucp/ucp_groups.php @@ -799,7 +799,7 @@ class ucp_groups 'S_LIST' => true, 'S_ACTION_OPTIONS' => $s_action_options, 'S_ON_PAGE' => on_page($total_members, $config['topics_per_page'], $start), - 'PAGINATION' => generate_pagination($this->u_action . "&action=$action&g=$group_id", $total_members, $config['topics_per_page'], $start, true), + 'PAGINATION' => generate_pagination($this->u_action . "&action=$action&g=$group_id", $total_members, $config['topics_per_page'], $start), 'U_ACTION' => $this->u_action . "&g=$group_id", 'U_FIND_USERNAME' => append_sid("{$phpbb_root_path}memberlist.$phpEx", 'mode=searchuser&form=ucp&field=usernames'), |