Index: subdomain.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/subdomain/subdomain.module,v retrieving revision 1.4.2.12 diff -u -p -r1.4.2.12 subdomain.module --- subdomain.module 18 Mar 2009 12:53:37 -0000 1.4.2.12 +++ subdomain.module 28 May 2009 04:22:10 -0000 @@ -69,7 +69,7 @@ function subdomain_nodeapi(&$node, $op, $type = node_get_types('type',$node); $type_name = strtolower($type->name); $type_title = strtolower($type->title_label); - if (module_exists('og') && og_is_group_type($node->type)) { + if (module_exists('og') && og_is_group_type($node->type) && variable_get('subdomain_type', SUBDOMAIN_USER) == SUBDOMAIN_GROUP) { $node->title = trim($node->title); // Allow only letters, numbers, and spaces