]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-surfbar_stats.php
'what' files should be loaded only once
[mailer.git] / inc / modules / admin / what-surfbar_stats.php
index 3ab7526171193323f0ccf2f50dc4f9bf8c565084..a414fbad4f56814839dcb362ec1fb9eaf7c48977 100644 (file)
@@ -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__);
 
 // Is the 'url_id' set?
-if (isGetRequestParameterSet('url_id')) {
+if (isGetRequestElementSet('url_id')) {
        // Generate general statistics
        $result = SQL_QUERY_ESC("SELECT
        `stats_userid`,
@@ -56,7 +56,7 @@ WHERE
        `stats_url_id`=%s
 ORDER BY
        `stats_userid` ASC",
-               array(bigintval(getRequestParameter('url_id'))), __FILE__, __LINE__);
+               array(bigintval(getRequestElement('url_id'))), __FILE__, __LINE__);
 
        // Entries found?
        if (!SQL_HASZERONUMS($result)) {