X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmysql-manager.php;h=8a8e3107097c2312264d057065bb92556227670c;hb=96979cf66a4fc49fda5842e59f475af377821cf9;hp=8d64b2201a3864d6a6b26f8df9f52bef048ad7f7;hpb=0cbb56bacbaeed5d2bfd04081c018bda9248071b;p=mailer.git diff --git a/inc/mysql-manager.php b/inc/mysql-manager.php index 8d64b2201a..8a8e310709 100644 --- a/inc/mysql-manager.php +++ b/inc/mysql-manager.php @@ -17,7 +17,7 @@ * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * * Copyright (c) 2009 - 2011 by Mailer Developer Team * - * For more information visit: http://www.mxchange.org * + * 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 * @@ -46,7 +46,7 @@ function getTitleFromMenu ($mode, $what, $column = 'what', $ADD='') { // Fix empty 'what' if (empty($what)) { $what = getIndexHome(); - } elseif ((isGetRequestParameterSet('action')) && ($column == 'what')) { + } elseif ((isGetRequestElementSet('action')) && ($column == 'what')) { // Get it from action return getTitleFromMenu($mode, getAction(), 'action', $ADD); } elseif ($what == 'overview') { @@ -633,7 +633,7 @@ function addMaxReceiveList ($mode, $default = '', $return = false) { $OUT = ''; while ($content = SQL_FETCHARRAY($result)) { $OUT .= ' '; } // END - while } else { // No data found @@ -1380,9 +1422,9 @@ LIMIT 1", // Gets the matching what name from module function getWhatFromModule ($modCheck) { // Is the request element set? - if (isGetRequestParameterSet('what')) { + if (isGetRequestElementSet('what')) { // Then return this! - return getRequestParameter('what'); + return getRequestElement('what'); } // END - if // Default is empty