diff --git a/include/ws_functions/pwg.groups.php b/include/ws_functions/pwg.groups.php index 1f4320633..642d60072 100644 --- a/include/ws_functions/pwg.groups.php +++ b/include/ws_functions/pwg.groups.php @@ -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');