Index: og.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/og/Attic/og.module,v retrieving revision 1.628.4.14 diff -r1.628.4.14 og.module 2309a2310,2321 > } > > /** > * mailhandler.module passes in automatically keyed array if > * mail command is of form "og_groups: [1,12,123]", but OG > * wants to see an array where each key is the GID also > */ > function og_mailhandler($node, $result, $i, $header, $mailbox) { > if ( isset($node->og_groups) && is_array($node->og_groups) ) { > $node->og_groups = array_combine($node->og_groups, $node->og_groups)); > } > return $node ;