forked from science-ation/science-ation
This isn't needed now, all user editors are in a popup window
This commit is contained in:
parent
d3acfa1fe9
commit
10bac6ca24
@ -180,21 +180,12 @@
|
||||
array("$m Main" => "{$type}_main.php")
|
||||
,"edit_profile"
|
||||
);
|
||||
} else {
|
||||
if($_SESSION['last_page'] == 'committee_management') {
|
||||
send_header("Personal Information for {$u['firstname']} {$u['lastname']}",
|
||||
array('Committee Main' => 'committee_main.php',
|
||||
'Administration' => 'admin/index.php',
|
||||
'Committee Management' => 'admin/committees.php')
|
||||
,"edit_profile"
|
||||
);
|
||||
} else {
|
||||
send_header("Personal Information for {$u['firstname']} {$u['lastname']}",
|
||||
array($user_what[$type]." Registration" => "{$type}_main.php")
|
||||
,"edit_profile"
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
foreach($errorfields as $f) {
|
||||
echo error(i18n('\'%1\' must use the format: %2',
|
||||
|
Loading…
x
Reference in New Issue
Block a user