mgd_create_group
mgd_create_group -- Create a group
Description
`int **mgd_create_group** (string name, string official, string street, string postcode, string city, string homepage, string email, string extra, int owner)`
Minimum version: Midgard 1.1.1
Creates a new group record with the given parameters.
Returns the id of the created record if successful. Returns FALSE on failure.
";
echo "reason: " . mgd_errstr();
}else{
echo "group created.";
}
?>
