diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2013-05-29 23:14:46 -0700 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2013-05-29 23:14:46 -0700 |
commit | d55563d890113b3ab3c49b513a34124e1df8c704 (patch) | |
tree | e1fb1b40ad3e845d6df08e323a21c570f134e3ea /pages/massemail.php | |
parent | 7b0dbb4a8a57b1ee3ab3dc5abb871311ae434d7f (diff) | |
parent | 550a14a669ca4271db64856ff7c7ce376fc2cd34 (diff) | |
download | pathery-d55563d890113b3ab3c49b513a34124e1df8c704.tar.xz |
Merge
Diffstat (limited to 'pages/massemail.php')
-rw-r--r-- | pages/massemail.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 <br />";
//This Sanitizes data - so no worries!
- QueueEmail(0, $tmpEmail, $tmpTitle, $tmpBody, 100, true);
+ QueueEmail(null, $tmpEmail, $tmpTitle, $tmpBody, 100);
}
echo "Complete!...<br/>";
|