--- og_promote.module	4 Mar 2006 19:11:15 -0000	1.3
+++ og_promote.module	24 Nov 2006 03:03:29 -0000
@@ -22,7 +22,7 @@
  * @param $args associative array containing details about the subscription
  */
 function og_promote_og($op, $nid, $uid, $args) {
-  if (($role_id = variable_get('og_promote_role', 0)) != 0) {
+  if (($role_id = variable_get('og_promote_role', 0)) != 0 && in_array($nid, variable_get('og_promote_groups', NULL))) {
     switch ($op) {
       case 'user insert':
       case 'user update':
