FindSite (open)
Find a site by its ID
Syntax
LOADLIB "mod::publisher/lib/publisher.whlib";
RECORD FUNCTION FindSite(INTEGER siteid)Parameters
INTEGER siteidSite ID to look for
Return value
RECORDThe requested site record, or a non-existing record if the site does not exist
Description
Retrieve a site record from the SITES table, based on its ID.