- Show "personal information complete/incomplete" to committee too.

- TODO: make it actually update the {$type}_complete columns.
This commit is contained in:
dave 2009-02-16 05:03:25 +00:00
parent 959f45d725
commit a39fd80264

View File

@ -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) {