~eventum-developers/eventum/trunk

« back to all changes in this revision

Viewing changes to lib/eventum/class.reminder_action.php

  • Committer: Bryan Alsdorf
  • Date: 2013-08-23 03:50:34 UTC
  • mto: (4033.1.168 eventum-skysql)
  • mto: This revision was merged to the branch mainline in revision 4660.
  • Revision ID: bryan@montyprogram.com-20130823035034-7f5r3pt1xg0xnnhk
Initial commit of CRM migration

Show diffs side-by-side

added added

removed removed

Lines of Context:
747
747
                "reminder"                 => $reminder,
748
748
                "action"                   => $action,
749
749
                "conditions"               => $conditions,
750
 
                "has_customer_integration" => Customer::hasCustomerIntegration(Issue::getProjectID($issue_id))
 
750
                "has_customer_integration" => CRM::hasCustomerIntegration(Issue::getProjectID($issue_id))
751
751
            ));
752
752
            $text_message = $tpl->getTemplateContents();
753
753
            foreach ($to as $address) {
787
787
                "reminder"                 => $reminder,
788
788
                "action"                   => $action,
789
789
                "conditions"               => $conditions,
790
 
                "has_customer_integration" => Customer::hasCustomerIntegration(Issue::getProjectID($issue_id))
 
790
                "has_customer_integration" => CRM::hasCustomerIntegration(Issue::getProjectID($issue_id))
791
791
            ));
792
792
            $text_message = $tpl->getTemplateContents();
793
793
            foreach ($to as $address) {