Index: admin-functions.php
===================================================================
--- admin-functions.php	(revision 3061)
+++ admin-functions.php	(working copy)
@@ -282,9 +282,6 @@
 			$user->role = $_POST['role'];
 	}
 
-	if (isset ($_POST['role'])) {
-		$user->role = $_POST['role'];
-	}
 	if (isset ($_POST['email']))
 		$user->user_email = wp_specialchars(trim($_POST['email']));
 	if (isset ($_POST['url'])) {

