]> git.mxchange.org Git - mailer.git/blobdiff - inc/js/js-surfbar_member_edit.php
Fixes for wrong tewmplate names, new network added:
[mailer.git] / inc / js / js-surfbar_member_edit.php
index b2de5c631a956f72903042eb21ef5509f396c023..4a91118fcdf9f4e11ef700ae7233585c69d13ade 100644 (file)
@@ -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