Index: autoassignrole.module
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- autoassignrole.module	(revision 5afda57bde22a951649fcd24fce10ad8a50e3a97)
+++ autoassignrole.module	(revision )
@@ -265,7 +265,7 @@

       // If not multiple + not required + select box, need a none selection.
       if (!$multiple && !variable_get('autoassignrole_user_required', 0) && $type == 'select') {
-        array_unshift($roles, t('None'));
+        $roles = array(0 => t('None')) + $roles;
       }

 
\ No newline at end of file
