]> git.pld-linux.org Git - packages/eventum.git/blob - eventum-charset-mailsubj.patch
- fix check of bot pid:
[packages/eventum.git] / eventum-charset-mailsubj.patch
1 --- include/class.support.php   2005-02-18 14:28:18.000000000 +0200
2 +++ ./include/class.support.php 2005-02-21 17:50:35.000000000 +0200
3 @@ -556,7 +562,7 @@
4              if (($info['ema_issue_auto_creation'] == 'enabled') && ($should_create_issue)) {
5                  $options = Email_Account::getIssueAutoCreationOptions($info['ema_id']);
6                  $new_issue_id = @Issue::createFromEmail($info['ema_prj_id'], APP_SYSTEM_USER_ID, 
7 -                        $email->fromaddress, $email->subject, $message_body, $options['category'], 
8 +                        $email->fromaddress, Mime_Helper::fixEncoding($email->subject), $message_body, $options['category'], 
9                          $options['priority'], @$options['users'], $t['date']);
10                  $t['issue_id'] = $new_issue_id;
11                  // associate any existing replied-to email with this new issue
This page took 0.028287 seconds and 3 git commands to generate.