7 messages in com.mysql.lists.eventum-usersRe: The Issue # isn't applied to emai...
FromSent OnAttachments
flem...@aon.dk04 Jan 2007 02:35 
flem...@aon.dk11 Jan 2007 01:37 
flem...@aon.dk12 Jan 2007 04:39 
Bryan Alsdorf14 Jan 2007 20:53 
flem...@aon.dk15 Jan 2007 01:54 
Bryan Alsdorf15 Jan 2007 08:04 
flem...@aon.dk15 Jan 2007 15:37 
Subject:Re: The Issue # isn't applied to emails sent from Eventum [Virus Checked]
From:flem...@aon.dk (flem@aon.dk)
Date:01/12/2007 04:39:26 AM
List:com.mysql.lists.eventum-users

Is this the place (see copied part of class.mail.php script) to correct the problem with the missing Issue ID in outgoing mails ?

If yes - what to change ?

---------------------------------- /** * Correctly formats the subject line of outgoing emails/notes * * @access public * @param integer $issue_id The issue ID * @param string $subject The subject to be formatted * @return string The formatted subject */ function formatSubject($issue_id, $subject) { return "[#$issue_id] " . trim(preg_replace("/\[#$issue_id\] {0,1}/", '', $subject)); }

-----------------------------------------------