Continued:

- converted multiple single-line comments into one multi-line comment (please
  stop abusing programming languages!)
- added more TODO tags for type-hints (upcoming rewrite)
- opps, one space was only fixed in develop branch, not in this PR branch

Signed-off-by: Roland Haeder <roland@mxchange.org>
This commit is contained in:
Roland Häder 2017-03-24 20:39:00 +01:00 committed by Roland Häder
parent f5f1650b62
commit 7526afcf13
No known key found for this signature in database
GPG Key ID: B72F8185C6C7BD78
1 changed files with 5 additions and 0 deletions

View File

@ -2108,6 +2108,11 @@ class DFRN
logger('Contacts are updated.');
/// @TODO decide to use dbm::is_result() here
if ($x === false) {
return false;
}
// update items
// This is an extreme performance killer
Item::update(['owner-link' => $relocate["url"]], ['owner-link' => $old["url"], 'uid' => $importer["importer_uid"]]);