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:
133a745
)
Remove deprecated function
author
eileen
<emcnaughton@wikimedia.org>
Thu, 26 Mar 2020 04:15:47 +0000
(17:15 +1300)
committer
eileen
<emcnaughton@wikimedia.org>
Thu, 26 Mar 2020 21:43:13 +0000
(10:43 +1300)
CRM/Contact/Form/Task/EmailCommon.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Contact/Form/Task/EmailCommon.php
b/CRM/Contact/Form/Task/EmailCommon.php
index e970aed4ef3ad594e883e10abe1f609831d254a0..3cb51cd550f2a9113611d2d57eda7b52997b8917 100644
(file)
--- a/
CRM/Contact/Form/Task/EmailCommon.php
+++ b/
CRM/Contact/Form/Task/EmailCommon.php
@@
-30,15
+30,6
@@
class CRM_Contact_Form_Task_EmailCommon {
public $_toContactEmails = [];
- /**
- * @return array $domainEmails;
- * @deprecated Generate an array of Domain email addresses.
- */
- public static function domainEmails() {
- CRM_Core_Error::deprecatedFunctionWarning('CRM_Core_BAO_Email::domainEmails()');
- return CRM_Core_BAO_Email::domainEmails();
- }
-
/**
* Pre Process Form Addresses to be used in Quickform
*