From d3ae0c19e96b806a3344fb0c8eca38b0cbd3286f Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Tue, 9 Jul 2013 07:36:32 +0200 Subject: [PATCH] spaces and cosmetic changes --- web/Obj/brisk.phh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/web/Obj/brisk.phh b/web/Obj/brisk.phh index 9cfa723..7c2989f 100644 --- a/web/Obj/brisk.phh +++ b/web/Obj/brisk.phh @@ -1332,7 +1332,7 @@ class Room $ret = "gst.st = ".($user_cur->step+1)."; ".$train_app; if ($table_idx > -1) - $ret .= $this->table_content($user_cur, $table_idx); + $ret .= $this->table_content($user_cur, $table_idx); $ret .= $this->standup_content($user_cur); if ($user->idx_get() == $i) { @@ -1524,7 +1524,7 @@ class Room /* MLANG: "Non puoi cambiare nick a un tavolo per soli autenticati.", "Il nickname \'%s\' è già registrato, se il suo proprietario si autentificherà verrai rinominato d\'ufficio come ghostN." */ if ($user->flags & USER_FLAG_AUTH) { - if (strcasecmp($user->name,$name_new) != 0) { + if (strcasecmp($user->name, $name_new) != 0) { if (( ($user->flags & USER_FLAG_MAP_AUTH) != USER_FLAG_ISOLAUTH) && ($user->subst == 'standup' || ($user->subst != 'standup' && $this->table[$user->table]->auth_only == FALSE) @@ -1696,8 +1696,10 @@ class Room $user_cur->step_inc(); } - if ($user_cur->stat == 'table' || $user->idx_get() == $i) + + if ($user_cur->stat == 'table' || $user->idx_get() == $i) { continue; + } if ($is_normchat == TRUE) { // use MAP_AUTH to check if auth or isolation -- 2.17.1