- bug 198 fixed: associating users to a group was not visible at validation,

the page needed to be reloaded. Added a redirect after updates.


git-svn-id: http://piwigo.org/svn/trunk@931 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall
2005-11-12 21:24:10 +00:00
parent 429a108ff1
commit b9970ec34c
+10
View File
@@ -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'
)
)
);
}
// +-----------------------------------------------------------------------+