mirror of
https://github.com/friendica/friendica
synced 2024-11-13 00:22:59 +00:00
removed TODO, one day this all needs refacturizing ...
Signed-off-by: Roland Haeder <roland@mxchange.org>
This commit is contained in:
parent
7526afcf13
commit
6579396627
2 changed files with 1 additions and 2 deletions
|
@ -482,7 +482,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(L10n::t('Profile updated.') . EOL);
|
info(L10n::t('Profile updated.') . EOL);
|
||||||
}
|
}
|
||||||
|
|
|
@ -2108,7 +2108,7 @@ class DFRN
|
||||||
|
|
||||||
logger('Contacts are updated.');
|
logger('Contacts are updated.');
|
||||||
|
|
||||||
/// @TODO decide to use dbm::is_result() here
|
/// @TODO WHERE DOES $x COME FROM ???
|
||||||
if ($x === false) {
|
if ($x === false) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue