diff --git a/adminer/include/functions.inc.php b/adminer/include/functions.inc.php index c2ad5fbe..a7222e5f 100644 --- a/adminer/include/functions.inc.php +++ b/adminer/include/functions.inc.php @@ -370,8 +370,3 @@ function is_email($email) { $domain = '[a-z0-9]([-a-z0-9]{0,61}[a-z0-9])'; // one domain component return eregi("^$atom+(\\.$atom+)*@($domain?\\.)+$domain\$", $email); } - -function email_header($header) { - // iconv_mime_encode requires PHP 5, imap_8bit requires IMAP extension - return "=?UTF-8?B?" . base64_encode($header) . "?="; //! split long lines -} diff --git a/editor/include/editing.inc.php b/editor/include/editing.inc.php index a4abe2da..22f08826 100644 --- a/editor/include/editing.inc.php +++ b/editor/include/editing.inc.php @@ -1,2 +1,5 @@