mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 20:17:24 +08:00
fix announce for directory change
This commit is contained in:
+2
-1
@@ -117,8 +117,9 @@ else
|
||||
|
||||
while ($arr = mysql_fetch_assoc($res))
|
||||
{
|
||||
$del = '';
|
||||
if (get_user_class() >= $sbmanage_class) {
|
||||
$del="[<a href=\"shoutbox.php?del=".$arr['id']."\">".$lang_shoutbox['text_del']."</a>]";
|
||||
$del .= "[<a href=\"shoutbox.php?del=".$arr['id']."\">".$lang_shoutbox['text_del']."</a>]";
|
||||
}
|
||||
if ($arr["userid"]) {
|
||||
$username = get_username($arr["userid"],false,true,true,true,false,false,"",true);
|
||||
|
||||
Reference in New Issue
Block a user