--- profile_role.module	Mon Jan 18 21:18:02 2010
+++ profile_role.module.new	Sat Jul 10 08:13:02 2010
@@ -100,7 +100,8 @@ function profile_role_form_user_register
   }
 
   // Submit the form so that any additional fields display.
-  $form['account']['roles']['#attributes']['onchange'] = 'submit()';
+  // Comment out to stop immediate submit of form, allowing multiple roles to be selected
+  // $form['account']['roles']['#attributes']['onchange'] = 'submit()';
 }
 
 /**
