FindSite (open)
Find a site by its ID
Syntax
LOADLIB "mod::publisher/lib/publisher.whlib";
RECORD FUNCTION FindSite(INTEGER siteid)
Parameters
INTEGER siteid
Site ID to look for
Return value
RECORD
The 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.