X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fjs%2Fjs-surfbar_member_edit.php;h=669ce13d8f69bd7cd3447d75c418f0439816f372;hb=3c311675e341584ad25c561a5a65198f3717125f;hp=4a91118fcdf9f4e11ef700ae7233585c69d13ade;hpb=cb20090aa0558f1b74f0e9f925f29819e8bb3a45;p=mailer.git diff --git a/inc/js/js-surfbar_member_edit.php b/inc/js/js-surfbar_member_edit.php index 4a91118fcd..669ce13d8f 100644 --- a/inc/js/js-surfbar_member_edit.php +++ b/inc/js/js-surfbar_member_edit.php @@ -14,12 +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 * - * 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 * @@ -46,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