Hi! On 10/21/07, Andreas Flack <[EMAIL PROTECTED]> wrote: > So, the question is: Is it normal that the created field is not set for newer > (I guess after my update to midcom 2.8beta) items or is this a bug of some > kind?
It is a bug in the sense that only metadata properties should be used now, not the deprecated properties. So, use $invoice->metadata->created (or even better, published) instead of $invoice->created. > Andreas /Henri -- Henri Bergius Motorcycle Adventures and Free Software http://bergie.iki.fi/ Skype: henribergius Jabber: [EMAIL PROTECTED] Jaiku: http://bergie.jaiku.com/ _______________________________________________ user mailing list [email protected] http://lists.midgard-project.org/mailman/listinfo/user
