X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-list_bank_package.php;h=a5519e2537bdc52fc6d18770cf29a0dcf7eb8c39;hb=01f61fde8c4a4e040dc089ccb274441859487e1d;hp=66b701da9a55a08a3889c026fc4b5c80454bf901;hpb=57227d33e870ec5cd271209c4a978a52b45c2dd6;p=mailer.git diff --git a/inc/modules/admin/what-list_bank_package.php b/inc/modules/admin/what-list_bank_package.php index 66b701da9a..a5519e2537 100644 --- a/inc/modules/admin/what-list_bank_package.php +++ b/inc/modules/admin/what-list_bank_package.php @@ -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) {