forked from science-ation/science-ation
- Show "personal information complete/incomplete" to committee too.
- TODO: make it actually update the {$type}_complete columns.
This commit is contained in:
parent
959f45d725
commit
a39fd80264
@ -194,13 +194,14 @@
|
||||
}
|
||||
if(count($errorfields)) {
|
||||
echo error(i18n('Information will not be saved until the above errors are corrected'));
|
||||
} else if ($ext_editor == false) {
|
||||
} else {
|
||||
//output the current status
|
||||
$newstatus=user_personal_info_status($u);
|
||||
if($newstatus!='complete')
|
||||
echo error(i18n("Personal Information Incomplete"));
|
||||
else
|
||||
echo happy(i18n("Personal Information Complete"));
|
||||
|
||||
}
|
||||
|
||||
if(count($u['types']) > 1) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user