]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_rewrite.php
Code style changed, ext-user continued:
[mailer.git] / inc / modules / admin / what-config_rewrite.php
index 90a6caeccd1688eebf6647101de1771be5397f0c..10eee72f0a4011b8b74b6c148f040494d9cbb171 100644 (file)
@@ -81,14 +81,14 @@ if (isFormSent()) {
                $content['n_default'] = $n;
 
                // Load template and switch colors
-               $OUT .= loadTemplate('admin_config_rewrite_rows', true, $content);
+               $OUT .= loadTemplate('admin_config_rewrite_rows', TRUE, $content);
        } // END - while
 
        // Free memory
        SQL_FREERESULT($result);
 
        // Load main template
-       loadTemplate('admin_config_rewrite', false, $OUT);
+       loadTemplate('admin_config_rewrite', FALSE, $OUT);
 }
 
 // [EOF]