]> git.joonet.de Git - adminer.git/commitdiff
Typo
authorJakub Vrana <jakub@vrana.cz>
Thu, 6 Jan 2011 08:30:19 +0000 (09:30 +0100)
committerJakub Vrana <jakub@vrana.cz>
Thu, 6 Jan 2011 08:30:19 +0000 (09:30 +0100)
editor/include/editing.inc.php

index 45d12d40d95d3cdae6e7d107bc97d02c0c8ace4c..e32a4497ac598a0a587d34a184676ac8e1716293 100644 (file)
@@ -16,7 +16,7 @@ function email_header($header) {
 * @param array
 * @return 
 */
-function send_mail($email, $subject, $message, $from = "", $files = array()) {
+function send_mail($email, $subject, $message, $from = "", $files = array("error" => array())) {
        $eol = (strncasecmp(PHP_OS, "win", 3) ? "\n" : "\r\n"); // PHP_EOL available since PHP 4.3.10 and 5.0.2
        $message = str_replace("\n", $eol, wordwrap(str_replace("\r", "", "$message\n")));
        $boundary = uniqid("boundary");