> > > 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. >
It was my typo in mail title. I mean birthdate. I copied and pasted example from manual. That's why I asked for help. I may use birthdate any other way , but...... You know better keep all person data in person record. > A quicky way to see what fields an object has: > > $person = mgd_get_person($id); print_r($person); [birthdate] => 00.00.0000 The format does metter. In person.c I noticed that almost all in person record is string. > > Just added, but only the object functions. There's now a field > $person->pgpkey. Thanks, I just wanted to use all existing records fields. BTW maybe I can see what fields are used and which one are not for all tables? Piotras --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
