]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_country.php
Caching of XML/email templates finished:
[mailer.git] / inc / modules / admin / what-list_country.php
index 35cb31746597b727eef8dba7671e790fe4e6ac5a..1a5e1ceddce6b52d261d4ee7f74134d232e0325f 100644 (file)
@@ -79,7 +79,7 @@ if ((isFormSent('add')) && (isPostRequestElementSet('code')) && (isPostRequestEl
                'title' => '{--ADMIN_COUNTRY_ACTIVATION_NEXT_LINK--}'
        ));
 } elseif (((isFormSent('edit')) || (isPostRequestElementSet('delete'))) && (isPostRequestElementSet('id'))) {
-       // Do we have entries?
+       // Are there entries?
        if (ifPostContainsSelections('id')) {
                // Is the proper form sent?
                if (isFormSent('edit')) {
@@ -175,7 +175,7 @@ LIMIT 1");
        $result = SQL_QUERY('SELECT `id`,`code`,`descr`,`is_active` FROM `{?_MYSQL_PREFIX?}_countries` ORDER BY `code` ASC',
        __FILE__, __LINE__);
 
-       // Do we have entries?
+       // Are there entries?
        if (!SQL_HASZERONUMS($result)) {
                // List all countries
                $OUT = '';