]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_links.php
A lot texts rewritten and exclamation signs removed
[mailer.git] / inc / modules / admin / what-list_links.php
index aafb7bf7bef14dbab525de259ca4a70fe5362218..5a0a6afac2ad38757b08605d93e3c93868ecb25f 100644 (file)
@@ -62,11 +62,11 @@ if (isGetRequestElementSet('userid')) {
 
                // Grab user's all unconfirmed mails
                if (isExtensionActive('bonus')) {
-                       // Load bonus ID
+                       // Load bonus id
                        $result = SQL_QUERY_ESC("SELECT stats_id, bonus_id, link_type FROM `{?_MYSQL_PREFIX?}_user_links` WHERE `userid`=%s ORDER BY `id`",
                        array(bigintval(getRequestElement('userid'))), __FILE__, __LINE__);
                } else {
-                       // Load stats ID (2nd will be ignored later! But it is needed for the same fetchrow command)
+                       // Load stats id (2nd will be ignored later! But it is needed for the same fetchrow command)
                        $result = SQL_QUERY_ESC("SELECT stats_id, stats_id, link_type FROM `{?_MYSQL_PREFIX?}_user_links` WHERE `userid`=%s ORDER BY `id` ASC",
                                array(bigintval(getRequestElement('userid'))), __FILE__, __LINE__);
                }