From b9d0fdef044f0cbd91b03528d5ce36ec4a0e7c4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=99=E8=BF=B0=E3=80=81=E5=88=AB=E7=A6=BB?= <93301500+xushubieli@users.noreply.github.com> Date: Fri, 28 Apr 2023 15:50:46 +0800 Subject: [PATCH] Update customfields.func.php --- src/system/customfields.func.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/system/customfields.func.php b/src/system/customfields.func.php index 8b318372..eeb52667 100755 --- a/src/system/customfields.func.php +++ b/src/system/customfields.func.php @@ -102,7 +102,7 @@ function GetFormItem($ctag, $admintype = 'admin') $innertext = ""; } else if ($fieldType == "datetime") { $nowtime = GetDateTimeMk(time()); - $innertext = ""; + $innertext = ""; } else if ($fieldType == 'img' || $fieldType == 'imgfile') { $fname = defined('DEDEADMIN')? 'form1' : 'addcontent'; $innertext = " "; @@ -395,7 +395,7 @@ function GetFormItemValue($ctag, $fvalue, $admintype = 'admin', $fieldname = '') $innertext = ""; } else if ($ftype == "datetime") { $nowtime = GetDateTimeMk($fvalue); - $innertext = ""; + $innertext = ""; } else if ($ftype == "img") { $ndtp = new DedeTagParse(); $ndtp->LoadSource($fvalue);