Index: branches/5.3.x/core/kernel/db/dbitem.php =================================================================== diff -u -N -r15928 -r15938 --- branches/5.3.x/core/kernel/db/dbitem.php (.../dbitem.php) (revision 15928) +++ branches/5.3.x/core/kernel/db/dbitem.php (.../dbitem.php) (revision 15938) @@ -1,6 +1,6 @@ Loaded = $is_loaded; } + + /** + * Returns parser parameters, used to identify this object in the e-mail template. + * + * @param array $merge_with Original send params to merge with. + * + * @return array + */ + public function getEmailParams(array $merge_with = array()) + { + $merge_with['item_id'] = $this->GetID(); + $merge_with['PrefixSpecial'] = $this->getPrefixSpecial(); + + return $merge_with; + } } \ No newline at end of file