]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-order.php
Mailer project continued:
[mailer.git] / inc / modules / member / what-order.php
index 1f9aa867e316e1760aace3a05da2dc4c903de6a8..8914ad5202f5f25d3ccdba8785d88a8507a966ac 100644 (file)
@@ -540,7 +540,7 @@ LIMIT 1",
                        SQL_FREERESULT($result_cats);
 
                        // Now we need to load the mail types...
-                       $result = SQL_QUERY("SELECT `id`,`price`,`payment`,`mail_title` FROM `{?_MYSQL_PREFIX?}_payments` ORDER BY `payment` ASC", __FILE__, __LINE__);
+                       $result = SQL_QUERY("SELECT `id`, `price`, `payment`, `mail_title` FROM `{?_MYSQL_PREFIX?}_payments` ORDER BY `payment` ASC", __FILE__, __LINE__);
 
                        $types = array();
                        if (!SQL_HASZERONUMS($result)) {