more coding convention applied:

- added curly braces
- added spaces where needed
- $r only needs to be tested with dbm::is_result()
- made SQL keywords all uper-case

Signed-off-by: Roland Häder <roland@mxchange.org>
This commit is contained in:
Roland Häder
2017-01-23 09:50:25 +01:00
committed by Roland Haeder
parent 1c6535c0b4
commit 63e4750b4a
6 changed files with 38 additions and 26 deletions

View File

@@ -251,8 +251,9 @@ function message_content(App $a) {
// );
//}
if($r)
if ($r) {
info( t('Conversation removed.') . EOL );
}
}
//goaway(App::get_baseurl(true) . '/message' );
goaway($_SESSION['return_url']);