From 550a14a669ca4271db64856ff7c7ce376fc2cd34 Mon Sep 17 00:00:00 2001 From: BlueRaja Date: Wed, 29 May 2013 06:58:14 -0500 Subject: Set up foreign keys within the database. There is a small chance I may have broken emails, unlocks, or chat. Will test :) --- pages/massemail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pages/massemail.php') diff --git a/pages/massemail.php b/pages/massemail.php index 2d80b17..d009cf9 100644 --- a/pages/massemail.php +++ b/pages/massemail.php @@ -69,7 +69,7 @@ if (isset($_POST['queueMassEmail']) AND $_POST['queueMassEmail'] == 'true') { $tmpTitle = replaceByArray($tmpTitle, $replacements); echo "$tmpBody
"; //This Sanitizes data - so no worries! - QueueEmail(0, $tmpEmail, $tmpTitle, $tmpBody, 100, true); + QueueEmail(null, $tmpEmail, $tmpTitle, $tmpBody, 100); } echo "Complete!...
"; -- cgit v1.2.3