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
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 '';