From fe678bbb141232782d7a0305401131ec34b9efa2 Mon Sep 17 00:00:00 2001 From: tianya Date: Sun, 16 Jul 2023 15:32:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B8=B8=E8=A7=84=E9=97=AE=E9=A2=98=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/admin/templets_one_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/admin/templets_one_edit.php b/src/admin/templets_one_edit.php index bf65a972..37fda934 100644 --- a/src/admin/templets_one_edit.php +++ b/src/admin/templets_one_edit.php @@ -32,7 +32,7 @@ if ($dopost == "saveedit") { if ($likeidsel != $oldlikeid) { $likeid = $likeidsel; } - $inQuery = "UPDATE `#@__sgpage` SETtitle='$title',keywords='$keywords',description='$description',likeid='$likeid',ismake='$ismake',filename='$filename',template='$template',uptime='$uptime',body='$body' WHERE aid='$aid'; "; + $inQuery = "UPDATE `#@__sgpage` SET title='$title',keywords='$keywords',description='$description',likeid='$likeid',ismake='$ismake',filename='$filename',template='$template',uptime='$uptime',body='$body' WHERE aid='$aid'; "; if (!$dsql->ExecuteNoneQuery($inQuery)) { ShowMsg("更新页面数据时失败,请检查长相是否有问题", "-1"); exit();