From d71d3818ad6a93d024b90ab85cdf8ccacd48563c Mon Sep 17 00:00:00 2001 From: arman Date: Sat, 8 Feb 2025 01:38:28 +0000 Subject: [PATCH] Resolve issue with judge registration --- user_personal.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/user_personal.php b/user_personal.php index b7c6eed5..24586227 100644 --- a/user_personal.php +++ b/user_personal.php @@ -86,6 +86,7 @@ if ($eid != $_SESSION['users_id']) { $type = $_SESSION['users_type']; $u = user_load($eid); + /* Load the fields the user can edit, and theones that are required */ $fields = array(); $required = array(); @@ -185,10 +186,11 @@ if (get_value_from_array($_SESSION, 'embed') == true) { $newstatus = user_personal_info_status($u); ?>