]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/sponsor/welcome.php
New wrapper functions introduced, TODOs.txt updated
[mailer.git] / inc / modules / sponsor / welcome.php
index 88ec34677a712ff04bb47e87f971079186525b20..1a37ea11186a84683ac025b6118208a66ee246e0 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 *
@@ -41,7 +39,7 @@
 if (!defined('__SECURITY')) {
        die();
 } elseif (!isExtensionActive('sponsor')) {
-       loadTemplate('admin_settings_saved', false, generateExtensionInactiveNotInstalledMessage('sponsor'));
+       displayMessage(generateExtensionInactiveNotInstalledMessage('sponsor'));
        return;
 } elseif (!isSponsor()) {
        // No sponsor!
@@ -55,12 +53,10 @@ $result = SQL_QUERY_ESC("SELECT
 FROM
        `{?_MYSQL_PREFIX?}_sponsor_data`
 WHERE
-       `id`=%s AND
-       `password`='%s'
+       `id`=%s
 LIMIT 1",
        array(
-               bigintval(getSession('sponsor_id')),
-               getSession('sponsorpass')
+               bigintval(getSession('sponsor_id'))
        ), __FILE__, __LINE__);
 
 // Fetch data