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:
19f467b
)
CRM-16584 Remove line causing fatal error
author
Seamus Lee
<seamuslee001@gmail.com>
Mon, 14 Sep 2015 10:30:33 +0000
(10:30 +0000)
committer
Seamus Lee
<seamuslee001@gmail.com>
Mon, 14 Sep 2015 10:30:33 +0000
(10:30 +0000)
CRM/Utils/Mail/EmailProcessor.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Utils/Mail/EmailProcessor.php
b/CRM/Utils/Mail/EmailProcessor.php
index 88ae522be5268888db93c8827482367c58b936eb..4370446b37880133d787383910ccf87f428c3adf 100644
(file)
--- a/
CRM/Utils/Mail/EmailProcessor.php
+++ b/
CRM/Utils/Mail/EmailProcessor.php
@@
-231,7
+231,6
@@
class CRM_Utils_Mail_EmailProcessor {
$p_file = $v_part->__get('fileName');
$c_file = file_get_contents($p_file);
if (preg_match($rpXheaderRegex, $c_file, $matches)) {
- self::_log("file match rpXheaderRegex", $matches);
list($match, $action, $job, $queue, $hash) = $matches;
}
}