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
@@ -46,7 +46,7 @@ if($clan_acces[6][0] == 1) {
$pp = "<img src=\"i/kazna_put.gif\" title=\"Положил еврокредиты\" />"; $dop = 'Екр.';
}
$it['date'] = date('d.m.y h:i', $it['time']);
$it['login'] = nick3($it['user_id']);
$it['login'] = nick::id($it['user_id'])->full(1);
$it['coms'] = ' <nobr>Комментарий : '.$it['comment'].'</nobr>';
$t .= "<tr><td class='dash' align='center' width='10'>".$pp."</td><td class=dash align=left width=10>&nbsp;&nbsp;<nobr>".$it['date']."</nobr></td><td class='dash' align='left'>&nbsp;<nobr>".$it['login']."</nobr>".$it['coms']."</td><td class='dash' align='right'>".$it['suma']."&nbsp;$dop</td></tr>";
}