define('SERVER_URL', "http://www.mxchange.org");
// This current patch level
-define('CURR_SVN_REVISION', "425");
+define('CURR_SVN_REVISION', "426");
// Take a prime number which is long (if you know a longer one please try it out!)
define('_PRIME', 591623);
$_POST['text'] = COMPILE_CODE($_POST['text']);
// Load template
- $msg = LOAD_EMAIL_TEMPLATE($template, $_POST['text'], $id);
+ $msg = LOAD_EMAIL_TEMPLATE($template, array('text' => $_POST['text']), $id);
// ... and send it away!
SEND_NEWSLETTER($email, $_POST['subject'], $msg, $_POST['mode']);