]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_country.php
More constant rewrites
[mailer.git] / inc / modules / admin / what-list_country.php
index 2fb61b22b26a1659580df61e34e651062f2a9388..3d3c3806c968aa525e918cdbf4580d01cbcf6e55 100644 (file)
@@ -75,9 +75,9 @@ if ((REQUEST_ISSET_POST(('add'))) && (REQUEST_ISSET_POST(('code'))) && (REQUEST_
                'url'   => "modules.php?module=admin&what=list_country",
                'title' => getMessage('ADMIN_COUNTRY_ACTIVATION_NEXT_LINK')
        ));
-} elseif (((REQUEST_ISSET_POST(('edit'))) || (REQUEST_ISSET_POST(('delete')))) && (REQUEST_ISSET_POST(('id')))) {
+} elseif (((REQUEST_ISSET_POST('edit')) || (REQUEST_ISSET_POST(('delete')))) && (REQUEST_ISSET_POST(('id')))) {
        if (count(REQUEST_POST('id')) > 0) {
-               if (REQUEST_ISSET_POST(('edit'))) {
+               if (REQUEST_ISSET_POST('edit')) {
                        // Edit template
                        $row    = "admin_list_country_edit_row";
                        $post   = "modify";