diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-01-08 14:12:00 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-01-08 14:12:00 +0000 |
| commit | abe9dfbcfcba855e7e0293d68e584f84e85ff646 (patch) | |
| tree | ecf832096b6622fd9cfafb638d25236bad6191b9 /roundcubemail/program/steps/mail/get.inc | |
| parent | 1b24c894fae84215554d65a18a82adf2b7a4f518 (diff) | |
- remove Mail/mimeDecode require()s
git-svn-id: https://svn.roundcube.net/trunk@2223 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/steps/mail/get.inc')
| -rw-r--r-- | roundcubemail/program/steps/mail/get.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/roundcubemail/program/steps/mail/get.inc b/roundcubemail/program/steps/mail/get.inc index a722fcdf8..06e1593aa 100644 --- a/roundcubemail/program/steps/mail/get.inc +++ b/roundcubemail/program/steps/mail/get.inc @@ -19,8 +19,6 @@ */ -require_once('Mail/mimeDecode.php'); - // show loading page if (!empty($_GET['_preload'])) { |
