mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 20:17:24 +08:00
fix topic user deleted display
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user