mailer project continued:
[mailer.git] / inc / modules / admin / what-lock_sponsor.php
index cfeab36e6f17332876e5a98a055649a73972e1f9..c932979a54bfed6230e5cc9325e86214ce7d07fc 100644 (file)
@@ -16,7 +16,7 @@
  * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
+ * Copyright (c) 2009 - 2012 by Mailer Developer Team                   *
  * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -72,7 +72,7 @@ if (isGetRequestElementSet('id')) {
                                }
 
                                // Load email message
-                               $message = loadEmailTemplate('lock_sponsor', $content, bigintval(getRequestElement('id')));
+                               $message = loadEmailTemplate('sponsor_locked', $content, bigintval(getRequestElement('id')));
 
                                // And send it away
                                sendEmail($content['email'], $subject, $message);