X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fmodules%2Fadmin%2Fwhat-list_wernis.php;h=b3dc996db108c9b47d3279dd82ce9867a37bae6c;hb=cca98f57dff720b174d21d071cee8303462485d7;hp=722d9bb252bb43c1c5a2af40adf334933e9fd123;hpb=f6ccb87413901e0352319385471134dd2d4ba966;p=mailer.git diff --git a/inc/modules/admin/what-list_wernis.php b/inc/modules/admin/what-list_wernis.php index 722d9bb252..b3dc996db1 100644 --- a/inc/modules/admin/what-list_wernis.php +++ b/inc/modules/admin/what-list_wernis.php @@ -41,7 +41,7 @@ if ((!defined('__SECURITY')) || (!IS_ADMIN())) { ADD_DESCR("admin", __FILE__); // Check for entries -$result = SQL_QUERY("SELECT id, userid, wernis_account, wernis_amount, wernis_timestamp, wernis_type, wernis_api_message, wernis_api_status FROM "._MYSQL_PREFIX."_user_wernis ORDER BY wernis_timestamp DESC, id DESC", +$result = SQL_QUERY("SELECT id, userid, wernis_account, wernis_amount, wernis_timestamp, wernis_type, wernis_api_message, wernis_api_status FROM `{!MYSQL_PREFIX!}_user_wernis` ORDER BY wernis_timestamp DESC, id DESC", __FILE__, __LINE__); // Are there some entries to display?