]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_imprint.php
Rewrote 'we' word a little, rewrote mail order to use SQL_INSERTID() instead of anoth...
[mailer.git] / inc / modules / admin / what-config_imprint.php
index 9330d322aa403292bd5d575ad59542aea16ac79a..c2e6865badf1a315b463f51b870f0ddefac0a6b4 100644 (file)
@@ -50,7 +50,7 @@ if (isFormSent()) {
        // 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__);
 
        // 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__);
 
-       // Do we have entries?
+       // Are there entries?
        if (!SQL_HASZERONUMS($result)) {
                // Load all entries
                $OUT = '';
        if (!SQL_HASZERONUMS($result)) {
                // Load all entries
                $OUT = '';