]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_imprint.php
Mailer project continued:
[mailer.git] / inc / modules / admin / what-config_imprint.php
index c2e6865badf1a315b463f51b870f0ddefac0a6b4..2558197013489fd1f56eb3ee906832a373397453 100644 (file)
@@ -48,7 +48,13 @@ 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__);
 
        // Are there entries?
        if (!SQL_HASZERONUMS($result)) {