]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_points.php
This is no longer required, see template admin_add_network_api_translation
[mailer.git] / inc / modules / admin / what-config_points.php
index ffade8cd068468c7e4254ec16cb870c55d7c5923..30b0a9703b47697ffc1614b711ff1c4d7716653d 100644 (file)
@@ -184,8 +184,8 @@ WHERE
        // Load template
        loadTemplate('admin_config_point_settings', false, $content);
 } elseif (getRequestParameter('sub') == 'ref') {
-       // 12          3     32    2                         3     32    2                        3321
-       if ((isFormSent('del')) && (isPostRequestParameterSet('sel')) && (ifPostContainsSelections())) {
+       // 12          3     32    2                        3321
+       if ((isFormSent('del')) && (ifPostContainsSelections())) {
                // Delete entries
                $OUT = '';
                foreach (postRequestParameter('sel') as $id => $value) {
@@ -200,7 +200,7 @@ WHERE
 
                // Load main template
                loadTemplate('admin_del_reflevel', false, $OUT);
-       } elseif ((isFormSent('edit')) && (isPostRequestParameterSet('sel')) && (ifPostContainsSelections())) {
+       } elseif ((isFormSent('edit')) && (ifPostContainsSelections())) {
                // Edit entries
                $OUT = '';
                foreach (postRequestParameter('sel') as $id => $value) {