X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-list_email_max_rec.php;h=cae2ae147525eaefa834ec6da4376f9b89856df1;hb=814db793b274ad893fde74a1a5b1a31c8db9cacd;hp=2b689d84d9f258a4c4eca1d6207c6860a6e2b3c8;hpb=4a0e224c4e1754dbc2151fd707a926521dbafa7f;p=mailer.git diff --git a/inc/modules/admin/what-list_email_max_rec.php b/inc/modules/admin/what-list_email_max_rec.php index 2b689d84d9..cae2ae1475 100644 --- a/inc/modules/admin/what-list_email_max_rec.php +++ b/inc/modules/admin/what-list_email_max_rec.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 * @@ -59,7 +59,7 @@ if (isPostRequestElementSet('add_max')) { $content = '{--ADMIN_MAX_VALUE_SAVED--}'; } else { // Value does alread exists! - $content = '{--ADMIN_MAX_VALUE_ALREADY--}'; + $content = '{--ADMIN_MAX_VALUE_ALREADY--}'; } // Free memory @@ -74,7 +74,7 @@ if (isPostRequestElementSet('add_max')) { // Secure id $id = bigintval($id); - switch (postRequestElement('do')) { + switch (getRequestElement('do')) { case 'edit': // Change entries SQL_QUERY_ESC("UPDATE `{?_MYSQL_PREFIX?}_max_receive` SET value='%s', comment='%s' WHERE `id`=%s LIMIT 1", array( @@ -90,8 +90,8 @@ if (isPostRequestElementSet('add_max')) { array($id), __FILE__, __LINE__); $TEXT = '{--ADMIN_MAX_RECEIVE_DELETED--}'; break; - } - } + } // END - switch + } /// END - foreach if (isset($TEXT)) { // Display message