Merge pull request #6224 from annando/dba-delete-contact

Avoid duplicated contacts, improve contact deletion, avoid memory issues
This commit is contained in:
Hypolite Petovan 2018-12-02 16:16:59 -05:00 committed by GitHub
commit c5558cc459
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 74 additions and 73 deletions

View file

@ -118,6 +118,8 @@ class Update
Lock::release('dbupdate');
}
}
} elseif ($force) {
DBStructure::update($verbose, true);
}
return '';