From fab36d921f22cb5999357932785e03aa88269f8d Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Mon, 14 Jan 2013 14:47:51 -0800 Subject: Missing email lock definition --- includes/emails.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'includes') diff --git a/includes/emails.php b/includes/emails.php index 84f657c..c971f25 100644 --- a/includes/emails.php +++ b/includes/emails.php @@ -3,6 +3,10 @@ * Email methods; QueueEmail and SendQueuedEmail */ +//Email sending lock +define('FILE_EMAIL_LOCK', './emailLockFile'); + + //Returns false if nothing is sent. function SendQueuedEmail() { //Delay by x seconds per email: -- cgit v1.2.3