From 80030847a6f3f1c373172d35de83653eaf44ae96 Mon Sep 17 00:00:00 2001 From: estadtherr Date: Sat, 25 Oct 2008 00:01:45 +0000 Subject: added obscure ASCII encoding aliases, added more error checking to RFC2822 date parsing git-svn-id: https://svn.roundcube.net/trunk@2009 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/index.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'roundcubemail/index.php') diff --git a/roundcubemail/index.php b/roundcubemail/index.php index adab4118c..a080ef585 100644 --- a/roundcubemail/index.php +++ b/roundcubemail/index.php @@ -49,7 +49,6 @@ if ($RCMAIL->action != 'get' && $RCMAIL->action != 'viewsource') { } } - // check if config files had errors if ($err_str = $RCMAIL->config->get_error()) { raise_error(array( @@ -66,7 +65,6 @@ if ($err_str = $DB->is_error()) { 'message' => $err_str), FALSE, TRUE); } - // error steps if ($RCMAIL->action=='error' && !empty($_GET['_code'])) { raise_error(array('code' => hexdec($_GET['_code'])), FALSE, TRUE); -- cgit v1.2.3