X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-edit_emails.php;h=794fd2de8f0c67fa19d1e8dec61a59a4a2e1214a;hb=d0dfa5c5907273f7afa601407ee3d86bd369b3cd;hp=0ecb55d49f33e57da838fea16c15ea682e461899;hpb=30ae22f62ae87c53a56baf0d134569ba91011111;p=mailer.git diff --git a/inc/modules/admin/what-edit_emails.php b/inc/modules/admin/what-edit_emails.php index 0ecb55d49f..794fd2de8f 100644 --- a/inc/modules/admin/what-edit_emails.php +++ b/inc/modules/admin/what-edit_emails.php @@ -50,12 +50,12 @@ if ((isFormSent()) && (!isPostRequestParameterSet('id'))) { } // END - if // Query the pool -$result = SQL_QUERY("SELECT +$result = SQL_QUERY('SELECT `id`, `sender`, `subject`, `payment_id`, `cat_id` FROM `{?_MYSQL_PREFIX?}_pool` ORDER BY - `timestamp` ASC", __FILE__, __LINE__); + `timestamp` ASC', __FILE__, __LINE__); // Entries found? if (!SQL_HASZERONUMS($result)) {