Index: og.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/og/Attic/og.module,v
retrieving revision 1.628
diff -u -p -r1.628 og.module
--- og.module	31 Mar 2009 13:30:54 -0000	1.628
+++ og.module	20 May 2009 22:53:49 -0000
@@ -1193,6 +1193,8 @@ function og_add_users_og_names_validate(
 }
 
 function og_add_users_submit($form, &$form_state) {
+  $accounts = array();
+
   // Safest option is to do a select, filter existing members, then insert.
   $names = explode(',', $form_state['values']['og_names']);
   foreach ($names as $name) {
