mgd_update_group
mgd_update_group -- Update a group record
Description
`bool **mgd_update_group** (int gid, string name, string official, string street, string postcode, string city, string homepage, string email, string extra, int owner)`
Minimum version: Midgard 1.1.1
Updates the group record with id gid with the provided information.
Returns TRUE on success, FALSE on failure.
";
echo "reason: " . mgd_errstr();
}else{
echo "group updated.";
}
?>
