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:
committed by
Roland Haeder
parent
1c6535c0b4
commit
63e4750b4a
@@ -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']);
|
||||
|
||||
Reference in New Issue
Block a user