X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fjs%2Fjs-surfbar_member_edit.php;h=669ce13d8f69bd7cd3447d75c418f0439816f372;hp=237011b01d015aeb18d8c7fda60e19ec1af95dce;hb=20741b93fd58620af677a7f1039ffd16ea6ec689;hpb=c3b4eaf29946349ff058691db2dcb615a5379bb2 diff --git a/inc/js/js-surfbar_member_edit.php b/inc/js/js-surfbar_member_edit.php index 237011b01d..669ce13d8f 100644 --- a/inc/js/js-surfbar_member_edit.php +++ b/inc/js/js-surfbar_member_edit.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 * @@ -44,8 +44,8 @@ if (!defined('__SECURITY')) { // Prepare content $content = array( - 'views_max' => bigintval(getRequestParameter('views_max')), - 'limited' => bigintval(getRequestParameter('limited')) + 'views_max' => bigintval(getRequestElement('views_max')), + 'limited' => bigintval(getRequestElement('limited')) ); // Simply load the JavaScript here