JMAConsulting / biz.jmaconsulting.ode

Outbound Domain Enforcement for CiviCRM
https://civicrm.org/extensions/outbound-domain-enforcement
GNU Affero General Public License v3.0
0 stars 4 forks source link

change session log implementation #25

Closed JoeMurray closed 1 year ago

JoeMurray commented 4 years ago

I noticed the following, and think we should likely incorporate joe@aegir:/var/aegir/platforms/civicrm-dev/vendor/civicrm$ cat biz.jmaconsulting.ode.PATCH diff --git a/vendor/civicrm/biz.jmaconsulting.ode/ode.php b/vendor/civicrm/biz.jmaconsulting.ode/ode.php index f8c080d6d..688841931 100644 --- a/vendor/civicrm/biz.jmaconsulting.ode/ode.php +++ b/vendor/civicrm/biz.jmaconsulting.ode/ode.php @@ -329,7 +329,8 @@ function ode_suppressEmails(&$fromEmailAddress, $showNotice) { if ($showNotice === 'returnMessage') { return array('msg' => $status); }

monishdeb commented 1 year ago

Moved to https://lab.civicrm.org/extensions/ode/-/issues/25