pp wrote: > Is anybody who made this field filled correctly?
Try $person->birthdate $person->birthday is not a supported field. If the manual indicates otherwise, please point me to the error so I can fix it. A quicky way to see what fields an object has: $person = mgd_get_person($id); print_r($person); > ah! BTW there is for example 'pgpkey' > in person table. It is usefull any way? > It seems like no functions is making this field > useable. Just added, but only the object functions. There's now a field $person->pgpkey. Emile --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
