From 2220d50a0f28310aaf25e135cca9ef03baf8242a Mon Sep 17 00:00:00 2001 From: bradymiller Date: Tue, 22 Jan 2013 04:44:05 -0800 Subject: [PATCH] The Second Reminders email bug fix - contributed by arnabnaha --- library/reminders.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/library/reminders.php b/library/reminders.php index 124bddf04..fa5d8006a 100644 --- a/library/reminders.php +++ b/library/reminders.php @@ -28,10 +28,11 @@ */ /** - * Include the main CDR engine library and email class + * Include the main CDR engine library, email class and maviq class */ require_once(dirname(__FILE__) . "/clinical_rules.php"); require_once(dirname(__FILE__) . "/classes/postmaster.php"); +require_once(dirname(__FILE__) . "/maviq_phone_api.php"); // This is only pertinent for users of php versions less than 5.2 // (ie. this wrapper is only loaded when php version is less than -- 2.11.4.GIT