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:
777d4b6
)
CRM-16706 - Remove unused fn
author
Coleman Watts
<coleman@civicrm.org>
Tue, 23 Jun 2015 19:23:50 +0000
(15:23 -0400)
committer
Coleman Watts
<coleman@civicrm.org>
Tue, 23 Jun 2015 19:23:50 +0000
(15:23 -0400)
CRM/Mailing/BAO/Mailing.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Mailing/BAO/Mailing.php
b/CRM/Mailing/BAO/Mailing.php
index 019a1baadaed9c3edd2c0f9f251cabab6b1fe90e..52b2c407219906b310d550ace7e9d839533a9add 100644
(file)
--- a/
CRM/Mailing/BAO/Mailing.php
+++ b/
CRM/Mailing/BAO/Mailing.php
@@
-2734,18
+2734,6
@@
LEFT JOIN civicrm_mailing_group g ON g.mailing_id = m.id
}
}
- /**
- * Build the compose PDF letter form.
- *
- * @param CRM_Core_Form $form
- *
- * @return void
- * @deprecated
- */
- public static function commonLetterCompose(&$form) {
- CRM_Mailing_BAO_Mailing::commonCompose($form);
- }
-
/**
* Get the search based mailing Ids.
*