--- fenglin/bbs/post_service.php 2025/04/04 08:03:04 1.3 +++ fenglin/bbs/post_service.php 2025/04/05 15:19:16 1.4 @@ -622,9 +622,8 @@ while ($row = mysqli_fetch_array($rs)) { //Send notification message - $msg_content = "[hide]SYS_Reply_Article[/hide]有人回复了您所发表/回复的主题文章,快来". - "[article " . $tid . "#" . $aid . "]看看[/article]《" . $r_title . "》吧!\n"; + "[article $aid]看看[/article]《" . $r_title . "》吧!\n"; $sql = "INSERT INTO bbs_msg(fromUID, toUID, content, send_dt, send_ip) VALUES($BBS_sys_uid, " . $row["UID"] . ", '" .