X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fjs%2Fjs-surfbar_member_edit.php;h=669ce13d8f69bd7cd3447d75c418f0439816f372;hb=50ec4267016d288831aee809120992423db563e1;hp=af7fe536590b792323eb5bb7b6371bea445c554e;hpb=57227d33e870ec5cd271209c4a978a52b45c2dd6;p=mailer.git diff --git a/inc/js/js-surfbar_member_edit.php b/inc/js/js-surfbar_member_edit.php index af7fe53659..669ce13d8f 100644 --- a/inc/js/js-surfbar_member_edit.php +++ b/inc/js/js-surfbar_member_edit.php @@ -14,11 +14,10 @@ * $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 * - * 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 * @@ -45,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