summaryrefslogtreecommitdiffstats
path: root/includes/emails.php
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2013-01-14 14:47:51 -0800
committerPatrick Davison <snapwilliam@gmail.com>2013-01-14 14:47:51 -0800
commitfab36d921f22cb5999357932785e03aa88269f8d (patch)
tree2ab9dd2299ab60e208f2c1993115f10b4066f28f /includes/emails.php
parent38038e0a1582facb70a47ae3162db6e10ca831f5 (diff)
downloadpathery-fab36d921f22cb5999357932785e03aa88269f8d.tar.xz
Missing email lock definition
Diffstat (limited to 'includes/emails.php')
-rw-r--r--includes/emails.php4
1 files changed, 4 insertions, 0 deletions
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: