$object->getsitegroup
$object->getsitegroup -- Get the sitegroup a record belongs to
Description
int $object->getsitegroup(void)
Retrieves the id of the sitegroup the record belongs to.
Returns the sitegroup id if successful. Returns FALSE on failure.
name . " is in sitegroup " . $topic->getsitegroup();
?>
