diff options
author | plegall <plg@piwigo.org> | 2005-11-12 21:38:43 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2005-11-12 21:38:43 +0000 |
commit | 5fa7cab4da94a9eac7a09a24242aaaa171501460 (patch) | |
tree | e83513fbb0d2156ea5a513e063215d97804b2e6e /admin | |
parent | d17eac910475693f64da8d772c92d1802ca34e1c (diff) |
- merge trunc r930:931 into branch 1.5 (bug 198 fixed)
git-svn-id: http://piwigo.org/svn/branches/branch-1_5@932 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin')
-rw-r--r-- | admin/user_list.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/admin/user_list.php b/admin/user_list.php index 4f3cd9c74..dadb706c4 100644 --- a/admin/user_list.php +++ b/admin/user_list.php @@ -382,6 +382,16 @@ DELETE FROM '.USER_GROUP_TABLE.' mass_updates(USER_INFOS_TABLE, $dbfields, $datas); } + + redirect( + PHPWG_ROOT_PATH. + 'admin.php'. + get_query_string_diff( + array( + 'start' + ) + ) + ); } // +-----------------------------------------------------------------------+ |