X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-surfbar_stats.php;h=497c15eeaae9e59bc0e84e174614029fd0968816;hp=3ab7526171193323f0ccf2f50dc4f9bf8c565084;hb=2379934be6a196a54f4155bb8e24c49b20736969;hpb=b60d6755eb34f6a302b30eeb363ed0853e8d987d diff --git a/inc/modules/admin/what-surfbar_stats.php b/inc/modules/admin/what-surfbar_stats.php index 3ab7526171..497c15eeaa 100644 --- a/inc/modules/admin/what-surfbar_stats.php +++ b/inc/modules/admin/what-surfbar_stats.php @@ -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)) {