]> git.mxchange.org Git - mailer.git/blobdiff - inc/install-inc.php
More rewrites/templates swapped out:
[mailer.git] / inc / install-inc.php
index 1f70d3aa550c524d7e69bad93157f918e42a65e8..4f6241581430ddca19fabd62cdc820f4086ed801 100644 (file)
@@ -179,7 +179,7 @@ if ((!isInstalled()) || (!isAdminRegistered())) {
                        // MySQL data
                        $OUT = '';
                        foreach ($GLOBALS['install_mysql'] as $key => $value) {
-                               $OUT .= "    <input type=\"hidden\" name=\"mysql[" . $key . "]\" value=\"" . $value . "\" />\n";
+                               $OUT .= '    <input type="hidden" name="mysql[' . $key . ']" value="' . $value . '" />';
                        } // END - foreach
                        $content['mysql_hidden'] = $OUT;