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
@ -181,19 +181,10 @@
|
||||
,"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']}",
|
||||
send_header("Personal Information for {$u['firstname']} {$u['lastname']}",
|
||||
array($user_what[$type]." Registration" => "{$type}_main.php")
|
||||
,"edit_profile"
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
foreach($errorfields as $f) {
|
||||
|
Loading…
Reference in New Issue
Block a user