From 10bac6ca24c3fe909fca4825c52d864fe341f2be Mon Sep 17 00:00:00 2001 From: dave Date: Sun, 8 Feb 2009 08:27:12 +0000 Subject: [PATCH] This isn't needed now, all user editors are in a popup window --- user_personal.php | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/user_personal.php b/user_personal.php index b37dc09..eeb1d52 100644 --- a/user_personal.php +++ b/user_personal.php @@ -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) {