diff options
author | thomascube <thomas@roundcube.net> | 2006-05-18 21:25:11 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2006-05-18 21:25:11 +0000 |
commit | d2a9dbb0562dd35df998f417c8cd7d34c60a16e6 (patch) | |
tree | 86c2f4b66c25906def8c4313037eff7bd5a1dcc6 /program/include/main.inc | |
parent | cead5c727147faac362e742aa7bcecf07f68cd99 (diff) |
Updated MDB2 wrapper class contributed by Lukas Kahwe Smith
Diffstat (limited to 'program/include/main.inc')
-rw-r--r-- | program/include/main.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/include/main.inc b/program/include/main.inc index 41861284c..b68a0c2a0 100644 --- a/program/include/main.inc +++ b/program/include/main.inc @@ -78,7 +78,7 @@ function rcmail_startup($task='mail') // we can use the database for storing session data // session queries do not work with MDB2 - if ($CONFIG['db_backend']!='mdb2' && !$DB->is_error()) + if (!$DB->is_error()) include_once('include/session.inc'); // init session |