]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-del_sponsor.php
Fix for missing language string and variable renamed to better naming convention
[mailer.git] / inc / modules / admin / what-del_sponsor.php
index f54fd3141b1a41fa7a6f76ffec77f7b325f96b32..8e441949871cbf04612b572fc1e0b250c251851d 100644 (file)
@@ -14,8 +14,6 @@
  * $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                    *
@@ -43,7 +41,7 @@ if ((!defined('__SECURITY')) || (!isAdmin())) {
 } // END - if
 
 // Add description as navigation point
-addMenuDescription('admin', __FILE__);
+addYouAreHereLink('admin', __FILE__);
 
 if (isGetRequestParameterSet('id')) {
        // Check for selected sponsor
@@ -56,7 +54,6 @@ if (isGetRequestParameterSet('id')) {
                        $content = SQL_FETCHARRAY($result);
 
                        // Prepare data for the template
-                       $content['gender']  = translateGender($content['gender']);
                        $content['reason']  = secureString(postRequestParameter('reason'));
 
                        // Prepare message and send it away
@@ -81,11 +78,10 @@ if (isGetRequestParameterSet('id')) {
                        $content = SQL_FETCHARRAY($result);
 
                        // Transfer data to constants for the template
-                       $content['gender'] = translateGender($content['gender']);
                        $content['userid'] = bigintval(getRequestParameter('id'));
 
                        // Display form
-                       loadTemplate('admin_del_sponsor', false, $content);
+                       loadTemplate('admin_delete_sponsor', false, $content);
                }
        } else {
                // Sponsor not found!