Функция nick() переехала в класс Nick.
This commit is contained in:
@@ -28,7 +28,7 @@ if($_POST['target'] == '' || $_POST['target'] == "") {
|
||||
$action = "выкрикнула";
|
||||
}
|
||||
$vip['comment'] -= 1;
|
||||
if($user['invis'] == 1) { $lod = '<i><b>невидимка</b></i>'; } else { $lod = nick::id($user['id'])->short(); }
|
||||
if($user['invis'] == 1) { $lod = '<i><b>невидимка</b></i>'; } else { $lod = Nick::id($user['id'])->short(); }
|
||||
addlog($user['battle'], '<span class=sysdate>'.date("H:i").'</span> '.$lod.' '.$action.': '.$mess.'<BR>');
|
||||
mysql_query('UPDATE `abils_user` SET `comment` = "'.$vip['comment'].'" WHERE `id` = "'.$vip['id'].'" LIMIT 1');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user