From c9ca6ada03f27bfe8c86f61f418afb86971f9dff Mon Sep 17 00:00:00 2001
From: svncommit <devs@roundcube.net>
Date: Fri, 24 Oct 2008 20:01:45 -0400
Subject: [PATCH] added obscure ASCII encoding aliases, added more error checking to RFC2822 date parsing
---
index.php | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/index.php b/index.php
index adab411..a080ef5 100644
--- a/index.php
+++ b/index.php
@@ -49,7 +49,6 @@
}
}
-
// check if config files had errors
if ($err_str = $RCMAIL->config->get_error()) {
raise_error(array(
@@ -65,7 +64,6 @@
'type' => 'db',
'message' => $err_str), FALSE, TRUE);
}
-
// error steps
if ($RCMAIL->action=='error' && !empty($_GET['_code'])) {
--
Gitblit v1.9.1