X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2FObj%2Fbrisk.phh;h=29ec0e82d0860337ff505e0346376b4a4adbed16;hb=bddfecf27b05ebf105929f29ef23c26d3b258c3c;hp=9368916ecfac86c78e2780e7da754fd527e655c0;hpb=97a6d096a5e248061cbc7d1769f2ad866a7b9bcd;p=brisk.git diff --git a/web/Obj/brisk.phh b/web/Obj/brisk.phh index 9368916..29ec0e8 100644 --- a/web/Obj/brisk.phh +++ b/web/Obj/brisk.phh @@ -2097,7 +2097,7 @@ class Brisk /* 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->is_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_type == TABLE_AUTH_TY_PUBL)