]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/sponsor.php
Next wave of lesser getMessage()
[mailer.git] / inc / modules / sponsor.php
index 3e39328c95d9f30b6ddf08ee8c48ea8d2a09cc16..647357624702117329b40f447f075cdc474547ff 100644 (file)
@@ -18,6 +18,7 @@
  * svn:keywords Date Revision" (autoprobset!) at least!!!!!!            *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
+ * Copyright (c) 2009, 2010 by Mailer Developer Team                    *
  * For more information visit: http://www.mxchange.org                  *
  *                                                                      *
  * This program is free software. You can redistribute it and/or modify *
@@ -43,7 +44,7 @@ if (!defined('__SECURITY')) {
        return;
 } elseif (!isSponsor()) {
        // No sponsor!
-       addFatalMessage(__FILE__, __LINE__, getMessage('SPONSOR_ONLY_AREA_ENTERED'));
+       addFatalMessage(__FILE__, __LINE__, '{--SPONSOR_ONLY_AREA_ENTERED--}');
        return;
 } elseif (!isWhatSet()) {
        // Empty what value detected!