- 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
This commit is contained in:
parent
d17eac9104
commit
5fa7cab4da
1 changed files with 10 additions and 0 deletions
|
@ -382,6 +382,16 @@ DELETE FROM '.USER_GROUP_TABLE.'
|
||||||
|
|
||||||
mass_updates(USER_INFOS_TABLE, $dbfields, $datas);
|
mass_updates(USER_INFOS_TABLE, $dbfields, $datas);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
redirect(
|
||||||
|
PHPWG_ROOT_PATH.
|
||||||
|
'admin.php'.
|
||||||
|
get_query_string_diff(
|
||||||
|
array(
|
||||||
|
'start'
|
||||||
|
)
|
||||||
|
)
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|
Loading…
Add table
Reference in a new issue