]> git.mxchange.org Git - mailer.git/blobdiff - inc/js/js-surfbar_member_edit.php
www is out-dated
[mailer.git] / inc / js / js-surfbar_member_edit.php
index 237011b01d015aeb18d8c7fda60e19ec1af95dce..669ce13d8f69bd7cd3447d75c418f0439816f372 100644 (file)
@@ -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