Mailer project continued:
[mailer.git] / inc / modules / admin / what-config_rewrite.php
index 55439336130c495514a982f83a2540469df3eec8..90a6caeccd1688eebf6647101de1771be5397f0c 100644 (file)
@@ -62,7 +62,7 @@ if (isFormSent()) {
        adminSaveSettingsFromPostData();
 } else {
        // Load existing modules and generate TR rows for the template
-       $result = SQL_QUERY("SELECT `module`,`title` FROM `{?_MYSQL_PREFIX?}_mod_reg` ORDER BY module", __FILE__, __LINE__);
+       $result = SQL_QUERY("SELECT `module`, `title` FROM `{?_MYSQL_PREFIX?}_mod_reg` ORDER BY module", __FILE__, __LINE__);
        $OUT = '';
        while ($content = SQL_FETCHARRAY($result)) {
                // Already registered module?