]> 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 7f6f70e4653466368e049ff396e2e2ed5339d22d..8d4cada317c575dfe222f37bf10ea585bd28ca5d 100644 (file)
@@ -16,7 +16,7 @@
  * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
+ * 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 *
@@ -46,7 +46,9 @@ addYouAreHereLink('admin', __FILE__);
 // Check if 'userid' is set
 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();