From 48066a6b0c7e3d5621eb27ea7a8bbc87d73a3b79 Mon Sep 17 00:00:00 2001
From: Neuman Vong <neumanv@goingon.com>
Date: Fri, 13 Aug 2010 16:20:41 -0700
Subject: [PATCH] Auto-add only on insert not update

---
 smartqueue_og.module |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/smartqueue_og.module b/smartqueue_og.module
index d48e9dc..ecb5738 100644
--- a/smartqueue_og.module
+++ b/smartqueue_og.module
@@ -345,7 +345,6 @@ function smartqueue_og_subqueue_access($subqueue, $account = NULL) {
 function smartqueue_og_nodeapi(&$node, $op, $a3 = NULL, $a4 = NULL) {
   switch ($op) {
     case 'insert':
-    case 'update':
       if (smartqueue_og_eligible_group_type($node->type)) {
         if ($subqueue = !smartqueue_og_load_group_subqueue($node->nid)) {
           $queue->qid = smartqueue_og_get_qid();
-- 
1.7.1

