Удаление дублирующей функции

This commit is contained in:
lopar
2018-06-24 02:39:27 +03:00
parent fbe7a7e8e4
commit 8b2defab33
2 changed files with 1 additions and 17 deletions

View File

@@ -25,7 +25,7 @@
mysql_query("INSERT INTO `lichka`(`id`,`pers`,`text`,`date`) VALUES ('','".$tar['id']."','$mess','".time()."');");
mysql_query("INSERT INTO `paldelo`(`id`,`author`,`text`,`date`) VALUES ('','".$_SESSION['uid']."','$mess','".time()."');");
tele_check($target,$messtel);
/*Тут была привязка к телеграфу*/
echo "<font color=red><b>Успешно поставлена проверка персонажу \"$target\"</b></font>";
}