public groupNameChange(
&$gm
object ,
$gid
string ,
$name
string ,
$sign_ok
boolean ,
$is_new
boolean );Called when a new group definition is created, or an existing one has been modified.
$gm
The GroupMod object.
$gid
The group ID.
$name
The group name.
$sign_ok
(Do not use)
$is_new
If this is a new group, this flag is set to TRUE, FALSE if it's an update.