]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-surfbar_stats.php
Extension ext-earning introduced (unfinished), renamings:
[mailer.git] / inc / modules / admin / what-surfbar_stats.php
index 3ab7526171193323f0ccf2f50dc4f9bf8c565084..497c15eeaae9e59bc0e84e174614029fd0968816 100644 (file)
@@ -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)) {