--- fenglin/bbs/search_user.php 2025/03/28 10:32:21 1.13
+++ fenglin/bbs/search_user.php 2025/03/28 12:16:25 1.14
@@ -221,7 +221,7 @@ while ($row = mysqli_fetch_array($rs))
?>
- )"> echo $row["username"]; ?>
+ );"> echo $row["username"]; ?>
|
echo $row["nickname"]; ?>
@@ -233,7 +233,14 @@ while ($row = mysqli_fetch_array($rs))
echo $row["last_login_dt"]; ?>
|
- ','send_msg',500,300)">发送消息
+
+ if ($_SESSION["BBS_priv"]->checkpriv(0, S_MSG))
+ {
+?>
+ ', 'send_msg', 500, 300);">发送消息
+
+ }
+?>
|
|