put an indicator (*) in the message subject line for notification emails when the message body has been suppressed
This commit is contained in:
parent
1d6f494936
commit
9d2335ebc8
@ -471,6 +471,7 @@ function notification($params) {
|
||||
break;
|
||||
case NOTIFY_MAIL:
|
||||
$datarray['textversion'] = $datarray['htmlversion'] = $datarray['title'] = '';
|
||||
$datarray['subject'] = preg_replace('/' . preg_quote(t('[Red:Notify]')) . '/','$0*',$datarray['subject']);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
@ -1 +1 @@
|
||||
2014-08-13.766
|
||||
2014-08-14.767
|
||||
|
Reference in New Issue
Block a user