{ "adminList" => list of group ids, ["changeDiary" => encoded string,] "getListFields" => list of references to Entry List Field Structure, "groupList" => see below "helpText" => string, "indexList" => list of references to Index Structure "lastChanged" => string, "owner" => string, "schema" => reference to hash, "sortList" => list, "timestamp" => integer }
as the value of the hash.none
,hidden
, orvisible
When compiled under 2.x this will be an array reference. The array will contain a list of groupId's that can access this schema.
Example:
$s = ars_GetSchema($c, "Group"); print $s->{"helpText"};
Last changes to this page 14th July 1997 by d.j.adams@soton.ac.uk