From 7df9e02d7802dcf340234264641f481e84f031fb Mon Sep 17 00:00:00 2001 From: zyx0814 Date: Thu, 20 Jun 2024 10:08:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=93=BE=E6=8E=A5=E7=B1=BB?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E6=97=A0=E6=B3=95=E4=BF=9D=E5=AD=98=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dzz/pichome/library/lable.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dzz/pichome/library/lable.php b/dzz/pichome/library/lable.php index 1ecb2af..60fabaf 100644 --- a/dzz/pichome/library/lable.php +++ b/dzz/pichome/library/lable.php @@ -362,8 +362,8 @@ if($operation == 'save'){ //$attrs['searchval'] = $resourcesattrdata['link'].$resourcesattrdata['name'].getstr($val,255).implode('',$annotationdatas); C::t('pichome_resources_attr')->update_by_rids($appid,$rid,$attrs); }elseif($flag == 'link'){ - /* $attrs['searchval'] = $resourcesattrdata['name'].getstr($resourcesattrdata['desc'],255).htmlspecialchars($val).implode('',$annotationdatas); - C::t('pichome_resources_attr')->update_by_rid($appid,$rid,$attrs);*/ + /* $attrs['searchval'] = $resourcesattrdata['name'].getstr($resourcesattrdata['desc'],255).htmlspecialchars($val).implode('',$annotationdatas);*/ + C::t('pichome_resources_attr')->update_by_rid($appid,$rid,$attrs); } $returndata[] = ['rid'=>$rid,$flag=>$val]; }