mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
fix user class name etc.
This commit is contained in:
@@ -111,7 +111,6 @@ if (!$row) {
|
||||
else {
|
||||
$uprow = (isset($row['owner']) ? get_username($row['owner'], false, true, true, false, false, true) : "<i>".$lang_details['text_unknown']."</i>");
|
||||
}
|
||||
|
||||
if ($CURUSER["id"] == $row["owner"])
|
||||
$CURUSER["downloadpos"] = "yes";
|
||||
if ($CURUSER["downloadpos"] != "no")
|
||||
|
||||
Reference in New Issue
Block a user