Index: branches/5.1.x/core/kernel/db/dbitem.php =================================================================== diff -u -N -r14135 -r14191 --- branches/5.1.x/core/kernel/db/dbitem.php (.../dbitem.php) (revision 14135) +++ branches/5.1.x/core/kernel/db/dbitem.php (.../dbitem.php) (revision 14191) @@ -1,6 +1,6 @@ OriginalFieldValues = $this->FieldValues; $this->setID($id); + $this->UpdateFormattersSubFields(); // used for updating separate virtual date/time fields from DB timestamp (for example) + $this->raiseEvent('OnAfterItemLoad', $id); $this->Loaded = true;