]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_rewrite.php
Further rewrites due to deprecated functions in 5.3.1
[mailer.git] / inc / modules / admin / what-config_rewrite.php
index e8c95004de0301955258892cf4efe1edb7f14a01..f5218da01094fd1320f8b5c07e072101ff5e2a85 100644 (file)
@@ -71,7 +71,7 @@ if (isFormSent()) {
                if (empty($content['title'])) $content['title'] = '---';
 
                // Already registered module?
-               if (ereg($content['module'], getConfig('rewrite_skip'))) {
+               if (isInString($content['module'], getConfig('rewrite_skip'))) {
                        // Found
                        $y = ' checked="checked"';
                        $n = '';