diff options
| author | till <till@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-02-03 14:36:06 +0000 |
|---|---|---|
| committer | till <till@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-02-03 14:36:06 +0000 |
| commit | fbd957a9d37c6e42cb05153a35229f3c37af0cd5 (patch) | |
| tree | a1f8b48a4db72dc41ba6fd666bf5bf9cebebbbae | |
| parent | ee2882c80fff86f592134de5979302e85668db58 (diff) | |
* fixed notice ($dbclass)
git-svn-id: https://svn.roundcube.net/trunk@1007 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/check.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/check.php b/roundcubemail/check.php index 6fadaa9db..eaba28dd0 100644 --- a/roundcubemail/check.php +++ b/roundcubemail/check.php @@ -102,7 +102,7 @@ echo '<h3>TimeZone</h3>'; echo 'Status: '; if ($db_working === true) { require_once 'include/rcube_mdb2.inc'; - $DB = new $dbclass($rcmail_config['db_dsnw'], '', false); + $DB = new rcube_mdb2($rcmail_config['db_dsnw'], '', false); $DB->db_connect('w'); $tz_db = $DB->unixtimestamp(); |
