Function nick5() merged with nick class.
This commit is contained in:
@@ -49,7 +49,7 @@ if($jert['id']!=$user['id']) {
|
||||
|
||||
|
||||
|
||||
addlog($jert['battle'],'<span class=date>'.date("H:i").'</span> '.nick5($user['id'],"B".$ttt).' вмешался в поединок1!<BR>');
|
||||
addlog($jert['battle'],'<span class=date>'.date("H:i").'</span> '.nick::id($user['id'])->short().' вмешался в поединок1!<BR>');
|
||||
|
||||
mysql_query('UPDATE `battle` SET `teams` = \''.serialize($battle).'\', `t'.$ttt.'`=CONCAT(`t'.$ttt.'`,\';'.$user['id'].'\') WHERE `id` = '.$jert['battle'].' ;');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user