1
0
Fork 0

Small cleanup (#5416)

- added internal TODO to decide about is_result() usage
- removed semicolon (not needed here) from SQL query
- added empty line

Signed-off-by: Roland Häder <roland@mxchange.org>
This commit is contained in:
Roland Häder 2018-07-20 00:39:05 +02:00 committed by Hypolite Petovan
commit b2899d76cf
2 changed files with 4 additions and 2 deletions

View file

@ -479,6 +479,7 @@ function profiles_post(App $a) {
intval(local_user())
);
/// @TODO decide to use dbm::is_result() here and check $r
if ($r) {
info(L10n::t('Profile updated.') . EOL);
}