Функция nick4() переехала в класс Nick.

This commit is contained in:
Igor Barkov (iwork)
2020-08-27 15:31:35 +03:00
parent 782aa0632d
commit 0049b2d601
4 changed files with 20 additions and 21 deletions
+2 -2
View File
@@ -376,7 +376,7 @@ $fbattle = new fbattle($user['battle']);
} else {
$cc = '';
}
$ffs .= $cc . nick4($v, "B1");
$ffs .= $cc . Nick::id($v)->battleShort('B1');
$zz .= "private [" . Nick::id($v)->short() . "] ";
}
}
@@ -398,7 +398,7 @@ $fbattle = new fbattle($user['battle']);
} else {
$cc = '';
}
$ffs .= $cc . nick4($v, "B2");
$ffs .= $cc . Nick::id($v)->battleShort('B2');
$zz .= "private [" . Nick::id($v)->short() . "] ";
}
}