Commit:    ba0aebcf87563d333a52aff6c2c4fc7777b27e90
Author:    Sobak <[email protected]>         Wed, 26 Mar 2014 14:54:46 
+0100
Parents:   e13d591b9136f9fc2d1bb868301b3540eea3821b
Branches:  master

Link:       
http://git.php.net/?p=web/bugs.git;a=commitdiff;h=ba0aebcf87563d333a52aff6c2c4fc7777b27e90

Log:
Improved title of mail informing about assignment to the bug

Changed paths:
  M  include/functions.php


Diff:
diff --git a/include/functions.php b/include/functions.php
index 6924f1f..6cb081d 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -1130,7 +1130,7 @@ DEV_TEXT;
 
                bugs_mail(
                        $email,
-                       $subj . txfield('sdesc', $bug, $in),
+                       $bug_types[$bug['bug_type']] . ' #' . $bug['id'] . ' ' 
. txfield('sdesc', $bug, $in),
                        "{$in['assign']} you have just been assigned to this 
bug by {$from}\n\n{$dev_text}",
                        "From: {$from}\n" .
                        "X-PHP-Bug: {$bug['id']}\n" .


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to