Some SQLs rewritten, unneccessary parameter removed
[mailer.git] / inc / modules / admin / what-list_bank_package.php
index 66b701da9a55a08a3889c026fc4b5c80454bf901..a5519e2537bdc52fc6d18770cf29a0dcf7eb8c39 100644 (file)
@@ -80,7 +80,7 @@ if ($show === false) return;
 // Load all banking packages from DB
 $result = SQL_QUERY("SELECT id, title, description, account_fee AS 'fee', package_active AS 'active', interest_plus AS 'plus', interest_minus AS 'minus'
 FROM `{?_MYSQL_PREFIX?}_bank_packages`
-ORDER BY `id`", __FILE__, __LINE__);
+ORDER BY `id` ASC", __FILE__, __LINE__);
 
 // Is there at lease one package?
 if (SQL_NUMROWS($result) > 0) {