removed TODO, one day this all needs refacturizing ...
Signed-off-by: Roland Haeder <roland@mxchange.org>
This commit is contained in:
parent
1514fdaead
commit
2f5c796886
|
@ -1813,7 +1813,6 @@ class dfrn {
|
||||||
|
|
||||||
update_contact_avatar($relocate["avatar"], $importer["importer_uid"], $importer["id"], true);
|
update_contact_avatar($relocate["avatar"], $importer["importer_uid"], $importer["id"], true);
|
||||||
|
|
||||||
/// @TODO decide to use dbm::is_result() here
|
|
||||||
if ($x === false) {
|
if ($x === false) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
@ -1837,7 +1836,6 @@ class dfrn {
|
||||||
$n, dbesc($f[0]),
|
$n, dbesc($f[0]),
|
||||||
intval($importer["importer_uid"]));
|
intval($importer["importer_uid"]));
|
||||||
|
|
||||||
/// @TODO decide to use dbm::is_result() here
|
|
||||||
if ($x === false) {
|
if ($x === false) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
|
@ -465,7 +465,6 @@ function profiles_post(App $a) {
|
||||||
intval(local_user())
|
intval(local_user())
|
||||||
);
|
);
|
||||||
|
|
||||||
/// @TODO decide to use dbm::is_result() here and check $r
|
|
||||||
if ($r) {
|
if ($r) {
|
||||||
info(t('Profile updated.') . EOL);
|
info(t('Profile updated.') . EOL);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue