summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortill <till@php.net>2008-02-03 14:36:06 +0000
committertill <till@php.net>2008-02-03 14:36:06 +0000
commit4212e7dbd6f48ab6e3241e9c9966291e807a7b0f (patch)
tree1b9b37fa6ac3775f7d0ca9a2bd0b7af184be29fb
parent24a423350352fb5336bd783e76b95cfd4c16bab9 (diff)
* fixed notice ($dbclass)
-rw-r--r--check.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/check.php b/check.php
index 6fadaa9db..eaba28dd0 100644
--- a/check.php
+++ b/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();