]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_nickname.php
Caching of XML/email templates finished:
[mailer.git] / inc / modules / admin / what-list_nickname.php
index bc3e13d8e5a4df05ebe53bc4d0546c6accb53953..8d4cada317c575dfe222f37bf10ea585bd28ca5d 100644 (file)
@@ -16,8 +16,8 @@
  * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
- * For more information visit: http://www.mxchange.org                  *
+ * Copyright (c) 2009 - 2012 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 *
@@ -44,9 +44,11 @@ if ((!defined('__SECURITY')) || (!isAdmin())) {
 addYouAreHereLink('admin', __FILE__);
 
 // Check if 'userid' is set
-if (isGetRequestParameterSet('userid')) {
+if (isGetRequestElementSet('userid')) {
        // List all entries per user
-       showEntriesByXmlCallback('admin_list_nickname_history');
+       showEntriesByXmlCallback('admin_list_nickname_history', array(
+               'userid' => bigintval(getRequestElement('userid'))
+       ));
 } else {
        // Output selection form with all confirmed user accounts listed
        addMemberSelectionBox();