X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_imprint.php;h=752442fbf5c57a9a8ee84391cd0f38263877b975;hb=cc59ea1cce3e0fafc2cc6c9e36142698cf2b58ef;hp=795fdb1ac1b8ccaabd37d7152ba845057dc11b0a;hpb=2ede2488c926695e022e33fa40fe74584831990f;p=mailer.git diff --git a/inc/modules/admin/what-config_imprint.php b/inc/modules/admin/what-config_imprint.php index 795fdb1ac1..752442fbf5 100644 --- a/inc/modules/admin/what-config_imprint.php +++ b/inc/modules/admin/what-config_imprint.php @@ -48,7 +48,7 @@ if (isFormSent()) { // Handle form ... } else { // Query for all imprint data rows - $result = SQL_QUERY('SELECT `imprint_key`,`imprint_value` FROM `{?_MYSQL_PREFIX?}_imprint_data` ORDER BY `imprint_id` ASC', __FILE__, __LINE__); + $result = SQL_QUERY('SELECT `imprint_key`, `imprint_value` FROM `{?_MYSQL_PREFIX?}_imprint_data` ORDER BY `imprint_id` ASC', __FILE__, __LINE__); // Do we have entries? if (!SQL_HASZERONUMS($result)) {