From a39fd802648da12fc6e98572f28df6740fe5073d Mon Sep 17 00:00:00 2001 From: dave Date: Mon, 16 Feb 2009 05:03:25 +0000 Subject: [PATCH] - Show "personal information complete/incomplete" to committee too. - TODO: make it actually update the {$type}_complete columns. --- user_personal.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/user_personal.php b/user_personal.php index eeb1d523..671345c7 100644 --- a/user_personal.php +++ b/user_personal.php @@ -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) {