From 956f1268ac95885de6af944afbdc26193cf9f8d2 Mon Sep 17 00:00:00 2001 From: bradymiller Date: Mon, 21 Jan 2013 03:56:09 -0800 Subject: [PATCH] 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 559e1577b..124bddf04 100644 --- a/library/reminders.php +++ b/library/reminders.php @@ -28,9 +28,10 @@ */ /** - * Include the main CDR engine library + * Include the main CDR engine library and email class */ require_once(dirname(__FILE__) . "/clinical_rules.php"); +require_once(dirname(__FILE__) . "/classes/postmaster.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