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:
parent
1c6535c0b4
commit
63e4750b4a
6 changed files with 38 additions and 26 deletions
|
@ -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']);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue