]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_country.php
Configuration of advertisement networks prepared, CSS cleaned up, HTML rewritten:
[mailer.git] / inc / modules / admin / what-list_country.php
index ef80b5cc6a88d1edbb05f07819db69f3b05aa860..4785674cb2abc10b7b094bae54293dd5a731508c 100644 (file)
@@ -40,7 +40,7 @@
 // Some security stuff...
 if ((!defined('__SECURITY')) || (!isAdmin())) {
        die();
-}
+} // END - if
 
 // Add description as navigation point
 addMenuDescription('admin', __FILE__);
@@ -174,9 +174,6 @@ if ((isFormSent('add')) && (isPostRequestParameterSet('code')) && (isPostRequest
                // List all countries
                $OUT = '';
                while ($content = SQL_FETCHARRAY($result)) {
-                       // Prepare array for the template
-                       $content['active'] = translateYesNo($content['is_active']);
-
                        // Load row template and switch colors
                        $OUT .= loadTemplate('admin_list_country_row', true, $content);
                } // END - while