]> git.mxchange.org Git - mailer.git/blobdiff - inc/js/js-surfbar_member_edit.php
New extension ext-cliclbanner introduced, a lot SVN properties changed
[mailer.git] / inc / js / js-surfbar_member_edit.php
index cffc6b92e5f2de09532a6cae4f5121a96c72b464..4a91118fcdf9f4e11ef700ae7233585c69d13ade 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 10/20/2009 *
- * ===============                              Last change: 10/20/2009 *
+ * Mailer v0.2.1-FINAL                                Start: 10/20/2009 *
+ * ===================                          Last change: 10/20/2009 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : js-surfbar_member_edit.php                       *
@@ -18,6 +18,7 @@
  * 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                  *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -45,8 +46,8 @@ if (!defined('__SECURITY')) {
 
 // Prepare content
 $content = array(
-       'views_max' => bigintval(getRequestElement('views_max')),
-       'limited'   => bigintval(getRequestElement('limited'))
+       'views_max' => bigintval(getRequestParameter('views_max')),
+       'limited'   => bigintval(getRequestParameter('limited'))
 );
 
 // Simply load the JavaScript here