I have renamed some of my groups, but when viewing the assigned groups within the mandatory goups they still contain the old group names.

Is there something that I have missed, or does this need to be reviewed ?

Thanks for your time.
Stephen

Comments

rconstantine’s picture

This could be an oversight on the nodeapi hook implementation. This was my first module and although I've done one or two things with it since first releasing it, I haven't gone over it with a fine-toothed comb. I'll look into it.

rconstantine’s picture

Nope. Just a typo. Change line 837 to read: $result = db_query($sql, $node->title, $group->gid);

Notice gid instead of nid.

Then edit the groups whose names you changed and resave. You do NOT need to change them back to the original names first as the update function is only based on gid.

rconstantine’s picture

Status: Active » Fixed
spjsche’s picture

Well, what can I say, but thank you.

Have a good Xmas, and thanks for your time.

Stephen

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.