X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-edit_emails.php;h=794fd2de8f0c67fa19d1e8dec61a59a4a2e1214a;hp=0ecb55d49f33e57da838fea16c15ea682e461899;hb=ff9e8f739bd4b6e184b2a6bf427334196e501da8;hpb=b353f8583ae3c0a9224d97a2ed01fd8cd7965081 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)) {