Index: og.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/og/og.module,v retrieving revision 1.110.2.106 diff -u -F^f -r1.110.2.106 og.module --- og.module 28 Jul 2006 11:33:00 -0000 1.110.2.106 +++ og.module 9 Aug 2006 13:06:02 -0000 @@ -1094,9 +1094,11 @@ function og_submit_group(&$node) { // running multiple node permission modules at same time. ideally, all node permission modules could // communicate and only make the node public if no permission module objected (i.e. 'deny') // this problem needs solving in core drupal + /* if (empty($node->og_groups)) { $node->og_public = 1; } + */ // comments are not allowed on group nodes, since we don't have any nice way to present them if (og_is_group_type($node->type)) {