? .DS_Store
? og_content_type_admin.271458.patch
? og_content_type_admin.module.patch
Index: og_content_type_admin.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/og_content_type_admin/og_content_type_admin.module,v
retrieving revision 1.1.2.14
diff -r1.1.2.14 og_content_type_admin.module
198,207c198,209
<     }
<     $form['group'] = array(
<     '#type' => 'select',
<     '#title' => t('Groups'),
<     '#options' => $options,
<     );
<     $form['submit'] = array(
<     '#type' => 'submit',
<     '#value' => t('Add group'),
<     );
---
>     } 
>     if (count($options)) {
>       $form['group'] = array(
>       '#type' => 'select',
>       '#title' => t('Groups'),
>       '#options' => $options,
>       );
>       $form['submit'] = array(
>       '#type' => 'submit',
>       '#value' => t('Add group'),
>       );
>     }  
