From 2edc049d64a2bf094842ed0efc6beea201b6aba9 Mon Sep 17 00:00:00 2001 From: "Igor Barkov [iwork]" Date: Mon, 28 Jan 2019 18:06:50 +0200 Subject: [PATCH] =?UTF-8?q?Final:=20=D0=94=D0=B5=D0=BB=D0=B0=D0=B5=D0=BC?= =?UTF-8?q?=20=D0=BF=D0=BE=D0=B4=D0=B0=D1=80=D0=BA=D0=B8.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- presents.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/presents.php b/presents.php index f0bf605..7618065 100644 --- a/presents.php +++ b/presents.php @@ -54,8 +54,7 @@ if (!empty($_POST['present'])) { $telegraphText = "Вам пришёл подарок от {$from}!"; db::c()->query('INSERT INTO `telegraph` (receiver, text) VALUES (?i,"?s")', $receiver['id'], $telegraphText)->fetch_assoc(); $status = "Подарок удачно доставлен к {$_POST['receiver']}! Вы потратили {$cost} кр."; -} else $status = "Не выбран тип подарка!"; - +} ?> @@ -94,7 +93,7 @@ if (!empty($_POST['present'])) { -
+