X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_imprint.php;h=752442fbf5c57a9a8ee84391cd0f38263877b975;hb=12effdb00f104773905152bfb2950496c2efaec4;hp=6adb3616bcb832004b7cd32ca31363721a26bdde;hpb=2e715eb7f3f8ca8d259aacb4cbbddde7d9d18e01;p=mailer.git diff --git a/inc/modules/admin/what-config_imprint.php b/inc/modules/admin/what-config_imprint.php index 6adb3616bc..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)) { @@ -62,7 +62,7 @@ if (isFormSent()) { // Transfer all rows to $content $content = $OUT; } else { - // None found! + // None found $content = loadTemplate('admin_list_imprint_row_none', true); }