X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-list_doubler.php;h=b031b6ff0dcf049b32b0b304abd9d6fd7b3c19b1;hb=0a37fc5afcd828646d4e62e68fea07c3d2c54a87;hp=b17abeb6977875895fb7b4c23125f78828a0c124;hpb=0575b28ca79d2dc5d1d33aa7f9997053a5fc52c4;p=mailer.git diff --git a/inc/modules/admin/what-list_doubler.php b/inc/modules/admin/what-list_doubler.php index b17abeb697..b031b6ff0d 100644 --- a/inc/modules/admin/what-list_doubler.php +++ b/inc/modules/admin/what-list_doubler.php @@ -16,8 +16,8 @@ * $Author:: $ * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009, 2010 by Mailer Developer Team * - * For more information visit: http://www.mxchange.org * + * Copyright (c) 2009 - 2011 by Mailer Developer Team * + * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -41,23 +41,23 @@ if ((!defined('__SECURITY')) || (!isAdmin())) { } // END - if // Add description as navigation point -addMenuDescription('admin', __FILE__); +addYouAreHereLink('admin', __FILE__); -if (!isGetRequestParameterSet('mode')) { +if (!isGetRequestElementSet('mode')) { // Chosse the overview page as default - setGetRequestParameter('mode', 'overview'); + setGetRequestElement('mode', 'overview'); } else { // Set table title automatically - if (!isGetRequestParameterSet('select')) { - setGetRequestParameter('select', 'all'); + if (!isGetRequestElementSet('select')) { + setGetRequestElement('select', 'all'); } // END - if // Prepare header - $content['list_' . strtolower(getRequestParameter('mode'))] = strtoupper('{--ADMIN_DOUBLER_LIST_' . getRequestParameter('mode') . '_' . getRequestParameter('select') . '--}'); + $content['list_' . strtolower(getRequestElement('mode'))] = strtoupper('{--ADMIN_DOUBLER_LIST_' . getRequestElement('mode') . '_' . getRequestElement('select') . '--}'); } // Load data for the template -switch (getRequestParameter('mode')) { +switch (getRequestElement('mode')) { case 'already': // Already payed out points break; @@ -113,7 +113,7 @@ switch (getRequestParameter('mode')) { } // END - switch // Load mode template -loadTemplate('admin_list_doubler_' . getRequestParameter('mode'), false, $content); +loadTemplate('admin_list_doubler_' . getRequestElement('mode'), false, $content); // [EOF] ?>