All database names are now 'back-ticked' and constant _MYSQL_PREFIX is wrapped. Partl...
[mailer.git] / inc / modules / admin / what-list_bank_package.php
index 250ed1752775b66fee7ec35b0e9fb712c5d87742..1ca2d5a9746aba93ad01e6468d4c49b54b21587f 100644 (file)
@@ -75,7 +75,7 @@ if (!$show) 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
+FROM `{!MYSQL_PREFIX!}_bank_packages`
 ORDER BY id", __FILE__, __LINE__);
 
 // Is there at lease one package?