A lot texts rewritten and exclamation signs removed
[mailer.git] / inc / modules / admin / what-sub_points.php
index f4348b36d768645e65f7ab2b8bfe586a2f71784c..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) {
@@ -113,7 +113,7 @@ if (getRequestElement('userid') == 'all') {
        SQL_FREERESULT($result);
 } else {
        // Output selection form with all confirmed user accounts listed
-       addMemberSelectionBox('0', true);
+       addMemberSelectionBox(0, true);
 }
 
 // [EOF]