]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_mods.php
Introduced new wrapper functions to make the code more readable, new extension ext...
[mailer.git] / inc / modules / admin / what-config_mods.php
index 3c98f73df6103d1a5f8daae3eb4fbccd31a105a0..20488564182465e58a60c31c4e252ca9392a8832 100644 (file)
@@ -123,7 +123,7 @@ if (isPostRequestParameterSet('edit')) {
        loadTemplate('admin_settings_saved', false, getMessage('MODS_CHANGED'));
 }
 
-if (countPostSelection() == '0') {
+if (countPostSelection() == 0) {
        // Load module data (We do not need to check if there's at least one...)
        $result = SQL_QUERY('SELECT id, module, locked, hidden, admin_only, title, mem_only
 FROM `{?_MYSQL_PREFIX?}_mod_reg`