mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-28 04:09:56 +03:00
fixes #2244 add ignore to prevent errors from duplicate
This commit is contained in:
parent
65e29ab26d
commit
480522cca1
1 changed files with 2 additions and 1 deletions
|
@ -228,7 +228,8 @@ SELECT COUNT(*)
|
|||
mass_inserts(
|
||||
USER_GROUP_TABLE,
|
||||
array('group_id', 'user_id'),
|
||||
$inserts
|
||||
$inserts,
|
||||
array('ignore' => true)
|
||||
);
|
||||
|
||||
include_once(PHPWG_ROOT_PATH.'admin/include/functions.php');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue