]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-add_sponsor.php
Fixes for auto-activation of extensions while registration phase
[mailer.git] / inc / modules / admin / what-add_sponsor.php
index 1acaf0581dbef103570456e2ffdd4add9a3e7ac6..bc1fc7e25a4cddd520513590675fb34f86c01692 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 *
 // Some security stuff...
 if ((!defined('__SECURITY')) || (!isAdmin())) {
        die();
-}
+} // END - if
 
 // Add description as navigation point
 addMenuDescription('admin', __FILE__);
 
 if (isFormSent()) {
        // Save sponsor in database
-       handlSponsorRequest(postRequestArray());
+       handleSponsorRequest(postRequestArray());
 } else {
        // Output form
        loadTemplate('admin_add_sponsor');