diff options
author | till <till@php.net> | 2008-02-03 14:36:06 +0000 |
---|---|---|
committer | till <till@php.net> | 2008-02-03 14:36:06 +0000 |
commit | 4212e7dbd6f48ab6e3241e9c9966291e807a7b0f (patch) | |
tree | 1b9b37fa6ac3775f7d0ca9a2bd0b7af184be29fb /check.php | |
parent | 24a423350352fb5336bd783e76b95cfd4c16bab9 (diff) |
* fixed notice ($dbclass)
Diffstat (limited to 'check.php')
-rw-r--r-- | check.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(); |