DbManager.getSocial().getCommunity().update(updateQuery, updateUpdate, false, true);
}
//TESTED
// Update the new community record to add the owner to the list of members
rp = addCommunityMember(userId, oId.toStringMongod(), name, ownerIdStr, ownerEmail, ownerDisplayName, "owner", "active");
rp.setResponse(new ResponseObject("Add Community", true, "The " + name + " community has " +
"been added."));
}
else
{