forked from science-ation/science-ation
Fix save issue
This commit is contained in:
parent
6730e9ba8a
commit
274e6ebda1
@ -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>';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user