John P . Looney wrote:

>  Just wondering - I've gathered some info off a user & creating a record using;
> 
>     mgd_create_person( $firstname, $lastname, $birthdate, $street, $postcode,
>                        $city, $handphone, $homephone, $workphone, $homepage,
>                        $email, $topic, $department, $office, $extra);
> 
>  But I have some other fields - like the pgpkey one. Am I better off using
> $person->create instead ?

$person->create will only store the same fields as mgd_create_person,
ignoring any other fields you might have set for that object. You'll
have to use preferences or parameters to store other object-related
data.

Emile


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to