forked from science-ation/science-ation
Resolve issue with judge registration
This commit is contained in:
parent
d32406db94
commit
d71d3818ad
@ -86,6 +86,7 @@ if ($eid != $_SESSION['users_id']) {
|
|||||||
$type = $_SESSION['users_type'];
|
$type = $_SESSION['users_type'];
|
||||||
|
|
||||||
$u = user_load($eid);
|
$u = user_load($eid);
|
||||||
|
|
||||||
/* Load the fields the user can edit, and theones that are required */
|
/* Load the fields the user can edit, and theones that are required */
|
||||||
$fields = array();
|
$fields = array();
|
||||||
$required = array();
|
$required = array();
|
||||||
@ -185,6 +186,7 @@ if (get_value_from_array($_SESSION, 'embed') == true) {
|
|||||||
$newstatus = user_personal_info_status($u);
|
$newstatus = user_personal_info_status($u);
|
||||||
?>
|
?>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
|
|
||||||
function personal_save()
|
function personal_save()
|
||||||
{
|
{
|
||||||
$("#debug").load("<?= $config['SFIABDIRECTORY'] ?>/user_personal.php?action=save", $("#personal_form").serializeArray());
|
$("#debug").load("<?= $config['SFIABDIRECTORY'] ?>/user_personal.php?action=save", $("#personal_form").serializeArray());
|
||||||
@ -389,7 +391,8 @@ if (in_array('committee', $u['types'])) {
|
|||||||
echo '</table>';
|
echo '</table>';
|
||||||
}
|
}
|
||||||
|
|
||||||
echo '<input type="submit" onclick="personal_save()" value="' . i18n('Save Personal Information') . "\" />\n";
|
echo '<input type="submit" onclick="personal_save();return false;" value="' . i18n('Save Personal Information') . "\" />\n";
|
||||||
|
|
||||||
echo '</form>';
|
echo '</form>';
|
||||||
|
|
||||||
echo '<br />';
|
echo '<br />';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user