nick3() and partially nick7() functions replaced by nick class

This commit is contained in:
lopar
2018-03-04 00:54:41 +02:00
parent 7c612d6088
commit e5d14473db
46 changed files with 125 additions and 186 deletions
+1 -1
View File
@@ -135,7 +135,7 @@ $bania->get_fond();
while($in = mysql_fetch_array($lss)) {
$i++;
if($i > 1) { $lors .= ", "; }
$lors .= nick3($in[0]);
$lors .= nick::id($in[0])->full(1);
$lors .= ltrim(",", $lors);
}
if($lors == '') {