]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-sub_points.php
A lot texts rewritten and exclamation signs removed
[mailer.git] / inc / modules / admin / what-sub_points.php
index 448167d1393fb84bede8df75c957afe39db6c24a..243d3497819764ff9d3814880ec405d53ed777bc 100644 (file)
@@ -75,7 +75,7 @@ if (getRequestElement('userid') == 'all') {
                loadTemplate('admin_sub_points_all');
        }
 } elseif (isGetRequestElementSet('userid')) {
-       // User ID found in URL so we use this give him some credits
+       // User id found in URL so we use this give him some credits
        $result = SQL_QUERY_ESC("SELECT `surname`, `family`, `email` FROM `{?_MYSQL_PREFIX?}_user_data` WHERE `userid`=%s AND `status`='CONFIRMED' LIMIT 1",
                array(bigintval(getRequestElement('userid'))),__FILE__, __LINE__);
        if (SQL_NUMROWS($result) == 1) {