只需一步,快速开始
} elseif($op == 'delnotice') { if(empty($_G['uid'])) { showmessage('no_privilege_guest'); } $id = intval($_GET['id']); if($id) { C::t('home_notification')->delete_by_id_uid($id, $uid); }
} elseif($op == 'delnotice') { if(empty($_G['uid'])) { showmessage('no_privilege_guest'); } $id = intval($_GET['id']); if($id) { DB::query("DELETE FROM ".DB::table('home_notification')." WHERE id='$id' AND uid='$_G[uid]'"); //C::t('home_notification')->delete_by_id_uid($id, $uid); }
使用道具 举报
本版积分规则 发表回复 回帖后跳转到最后一页
手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )
GMT+8, 2025-3-11 00:20 , Processed in 0.030537 second(s), 5 queries , Gzip On, Redis On.
Powered by Discuz! X3.4
Copyright © 2001-2023, Tencent Cloud.