--- og_mandatory_group.module	2008-09-06 16:50:27.000000000 -0400
+++ /home/darren/src/drupal/trunk/drupal/6/modules/og_mandatory_group/og_mandatory_group.module	2008-09-16 08:33:12.000000000 -0400
@@ -156,7 +156,7 @@ function og_mandatory_group_menu() {
  */
 function og_mandatory_group_settings() {
   $options[0] = theme('placeholder', t('none'));
-  $result = db_query("SELECT n.nid, n.title, o.* FROM {node} n INNER JOIN {og} o ON n.nid = o.nid WHERE (o.og_selective = %d OR o.og_selective = %d) ORDER BY n.title", OG_CLOSED, OG_OPEN);
+  $result = db_query("SELECT n.nid, n.title, o.* FROM {node} n INNER JOIN {og} o ON n.nid = o.nid WHERE (o.selective = %d OR o.selective = %d) ORDER BY n.title", OG_CLOSED, OG_OPEN);
   while ($group = db_fetch_object($result)) {
     $options[$group->nid] = check_plain($group->title);
     switch ($group->og_selective) {
