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
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
Comment #1
rconstantine commentedThis 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.
Comment #2
rconstantine commentedNope. 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.
Comment #3
rconstantine commentedComment #4
spjsche commentedWell, what can I say, but thank you.
Have a good Xmas, and thanks for your time.
Stephen
Comment #5
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.