Revert "Update viewprofile.php"

This reverts commit 671be33c8a.
This commit is contained in:
Roman Kelesidis 2023-11-07 16:47:36 +07:00
parent 9aad6cd457
commit 6f5d1543ed

View File

@ -172,7 +172,7 @@ if (IS_ADMIN)
else if (IS_MOD)
{
$template->assign_vars(array(
'GROUP_MEMBERSHIP' => ($profiledata['user_level'] != ADMIN),
'SHOW_GROUP_MEMBERSHIP' => ($profiledata['user_level'] != USER),
));
}