]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-edit_emails.php
Fix for inserted codes while registering of extensions, many rewrites/cleanups:
[mailer.git] / inc / modules / admin / what-edit_emails.php
index 0ecb55d49f33e57da838fea16c15ea682e461899..794fd2de8f0c67fa19d1e8dec61a59a4a2e1214a 100644 (file)
@@ -50,12 +50,12 @@ if ((isFormSent()) && (!isPostRequestParameterSet('id'))) {
 } // END - if
 
 // Query the pool
 } // 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
        `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)) {
 
 // Entries found?
 if (!SQL_HASZERONUMS($result)) {