Fix save issue

This commit is contained in:
patrick 2025-02-12 23:09:14 +00:00
parent 6730e9ba8a
commit 274e6ebda1

View File

@ -391,7 +391,7 @@ if (in_array('committee', $u['types'])) {
echo '</table>';
}
echo '<input type="submit" onclick="personal_save();return false;" value="' . i18n('Save Personal Information') . "\" />\n";
echo '<input type="submit" onclick="personal_save()" value="' . i18n('Save Personal Information') . "\" />\n";
echo '</form>';