]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/sponsor/settings.php
Template engine fixed:
[mailer.git] / inc / modules / sponsor / settings.php
index c87c0a6fab5bbb2de4d94cb038ac5bbe9f2a9456..d4bc9345394a7b4df8d88d889039e3df3c4b8dad 100644 (file)
  * $Date::                                                            $ *
  * $Tag:: 0.2.1-FINAL                                                 $ *
  * $Author::                                                          $ *
- * Needs to be in all Files and every File needs "svn propset           *
- * svn:keywords Date Revision" (autoprobset!) at least!!!!!!            *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009, 2010 by Mailer Developer Team                    *
+ * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
  * For more information visit: http://www.mxchange.org                  *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -121,7 +119,7 @@ if (SQL_NUMROWS($result) == 1) {
                $GLOBALS['sponsor_output'] = loadTemplate('admin_settings_saved', true, getMaskedMessage('SPONSOR_ACCOUNT_FAILED', $STATUS));
        }
 } else {
-       // Sponsor account not found!
+       // Sponsor account not found
        $GLOBALS['sponsor_output'] = loadTemplate('admin_settings_saved', true, getMaskedMessage('SPONSOR_ACCOUNT_404', getSession('sponsor_id')));
 }