X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-list_nickname.php;h=7f6f70e4653466368e049ff396e2e2ed5339d22d;hb=8ce32e702f3caa76b8d446902948e83e1e6854c8;hp=bc3e13d8e5a4df05ebe53bc4d0546c6accb53953;hpb=305ad0593fb7abd5051045615c5cc5f00fecd823;p=mailer.git diff --git a/inc/modules/admin/what-list_nickname.php b/inc/modules/admin/what-list_nickname.php index bc3e13d8e5..7f6f70e465 100644 --- a/inc/modules/admin/what-list_nickname.php +++ b/inc/modules/admin/what-list_nickname.php @@ -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,7 +44,7 @@ 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'); } else {