]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-extensions.php
config.php partly solved, see #117
[mailer.git] / inc / modules / admin / what-extensions.php
index f72bc83dcbe05c04e86ef4c7618add1fdd91a001..53abc64888c001907ff674f046df8056df910226 100644 (file)
@@ -114,7 +114,7 @@ if (REQUEST_ISSET_GET(('reg_ext'))) {
                LOAD_TEMPLATE('admin_settings_saved', false, getMessage('ADMIN_EXT_CHANGED'));
        } else {
                // Edit selected entries
-               $SW = "2"; $OUT = '';
+               $SW = 2; $OUT = '';
                foreach (REQUEST_POST('sel') as $ext_id => $sel) {
                        // Edit this extension?
                        if (($sel == 'Y') || ($sel == 'N')) {