From: bradymiller Date: Mon, 21 Jan 2013 11:56:09 +0000 (-0800) Subject: Reminders email bug fix - contributed by arnabnaha X-Git-Tag: whats-been-changed~449 X-Git-Url: https://repo.or.cz/w/openemr.git/commitdiff_plain/956f1268ac95885de6af944afbdc26193cf9f8d2 Reminders email bug fix - contributed by arnabnaha --- 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