mirror of
https://github.com/friendica/friendica
synced 2025-04-27 21:50:11 +00:00
Remove group_member.uid
- Use contact.uid alternatively - Use JOIN with group table
This commit is contained in:
parent
afbfbde112
commit
179b311978
6 changed files with 8 additions and 11 deletions
|
@ -232,8 +232,6 @@ function import_account(App $a, $file) {
|
|||
}
|
||||
|
||||
foreach ($account['group_member'] as &$group_member) {
|
||||
$group_member['uid'] = $newuid;
|
||||
|
||||
$import = 0;
|
||||
foreach ($account['group'] as $group) {
|
||||
if ($group['id'] == $group_member['gid'] && isset($group['newid'])) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue