projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a35722
)
CRM-18196 Track mailto: links in CiviMail
author
JKingsnorth
<john@johnkingsnorth.co.uk>
Wed, 9 Mar 2016 14:42:40 +0000
(14:42 +0000)
committer
JKingsnorth
<john@johnkingsnorth.co.uk>
Wed, 9 Mar 2016 14:42:40 +0000
(14:42 +0000)
CRM/Mailing/BAO/Mailing.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Mailing/BAO/Mailing.php
b/CRM/Mailing/BAO/Mailing.php
index 58d4f00de22f4205608eb4ba76497c8c5194ee1c..33e809e832f6c53546f73593518947b878823bdc 100644
(file)
--- a/
CRM/Mailing/BAO/Mailing.php
+++ b/
CRM/Mailing/BAO/Mailing.php
@@
-615,7
+615,7
@@
ORDER BY i.contact_id, i.{$tempColumn}
$patterns = array();
- $protos = '(https?|ftp)';
+ $protos = '(https?|ftp
|mailto
)';
$letters = '\w';
$gunk = '\{\}/#~:.?+=&;%@!\,\-\|\(\)\*';
$punc = '.:?\-';