]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_sponsor_pay.php
Rewrote 'we' word a little, rewrote mail order to use SQL_INSERTID() instead of anoth...
[mailer.git] / inc / modules / admin / what-list_sponsor_pay.php
index 77676c6544b9dbc1d89457ad090354ba3a2d5d9b..cf3fb4821cb612f9ecf0f946b392cd16aca3274d 100644 (file)
@@ -173,14 +173,18 @@ if (isFormSent('add')) {
 } else {
        // Load all payment types
        $result = SQL_QUERY("SELECT
-       `id`,`pay_name`,`pay_rate`,`pay_min_count`,`pay_currency`
+       `id`,
+       `pay_name`,
+       `pay_rate`,
+       `pay_min_count`,
+       `pay_currency`
 FROM
        `{?_MYSQL_PREFIX?}_sponsor_paytypes`
 ORDER BY
        `pay_name` ASC",
                __FILE__, __LINE__);
 
-       // Do we have some paytypes setup?
+       // Are there some payment types setup?
        if (!SQL_HASZERONUMS($result)) {
                // Prepare variables for listing
                $OUT = '';