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

This commit is contained in:
Igor Barkov (iwork)
2020-08-27 15:17:02 +03:00
parent a6ec244474
commit 782aa0632d
346 changed files with 574 additions and 567 deletions
+2 -2
View File
@@ -377,7 +377,7 @@ $fbattle = new fbattle($user['battle']);
$cc = '';
}
$ffs .= $cc . nick4($v, "B1");
$zz .= "private [" . nick::id($v)->short() . "] ";
$zz .= "private [" . Nick::id($v)->short() . "] ";
}
}
@@ -399,7 +399,7 @@ $fbattle = new fbattle($user['battle']);
$cc = '';
}
$ffs .= $cc . nick4($v, "B2");
$zz .= "private [" . nick::id($v)->short() . "] ";
$zz .= "private [" . Nick::id($v)->short() . "] ";
}
}
$i = 0;