Функция 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

View File

@@ -135,7 +135,7 @@ $bania->get_fond();
while($in = mysql_fetch_array($lss)) {
$i++;
if($i > 1) { $lors .= ", "; }
$lors .= nick::id($in[0])->full(1);
$lors .= Nick::id($in[0])->full(1);
$lors .= ltrim(",", $lors);
}
if($lors == '') {