nick3() and partially nick7() functions replaced by nick class
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
mysql_query("UPDATE `users` SET `podarokAD` = 1 WHERE `id` = '{$_SESSION['uid']}' LIMIT 1;");
|
||||
}
|
||||
if ($_POST['comment']) {
|
||||
mysql_query('INSERT INTO `elka` (`who`,`date`,`text`) values (\''.nick3 ($user['id']).'\',\''.date("d.m.Y H:i").'\',\''.strip_tags($_POST['comment']).'\');');
|
||||
mysql_query('INSERT INTO `elka` (`who`,`date`,`text`) values (\''.nick::id($user['id'])->full(1).'\',\''.date("d.m.Y H:i").'\',\''.strip_tags($_POST['comment']).'\');');
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user