fix topic user deleted display

This commit is contained in:
xiaomlove
2022-03-11 23:33:34 +08:00
parent 46903cfc6c
commit 367588528b
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -157,7 +157,7 @@ elseif ($inclbookmarked == 2) //not bookmarked
// ----------------- end bookmarked ---------------------//
if (!isset($CURUSER) || get_user_class() < $seebanned_class)
$wherea[] = "banned != 'yes'";
$wherea[] = "banned = 'no'";
// ----------------- start include dead ---------------------//
if (isset($_GET["incldead"]))
$include_dead = intval($_GET["incldead"] ?? 0);