Index: roleassign.module
===================================================================
RCS file: /cvs/drupal/contributions/modules/roleassign/roleassign.module,v
retrieving revision 1.19
diff -u -r1.19 roleassign.module
--- roleassign.module	3 Oct 2008 18:01:58 -0000	1.19
+++ roleassign.module	2 Dec 2008 20:40:52 -0000
@@ -234,8 +234,9 @@
 	
 	// Do nothing if add and remove roles operations already is shown or
 	// the user hasn't right to assign roles.
-	if (user_access('administer access control') || !user_access('assign roles'))
+	if (user_access('administer access control') || !user_access('assign roles')) {
 		return;
+  }
 
 	// Get roles that are available for assignment.
 	$assignable_roles = _roleassign_assignable_roles(user_roles(true));

