From 4212e7dbd6f48ab6e3241e9c9966291e807a7b0f Mon Sep 17 00:00:00 2001 From: till Date: Sun, 3 Feb 2008 14:36:06 +0000 Subject: * fixed notice ($dbclass) --- check.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check.php b/check.php index 6fadaa9db..eaba28dd0 100644 --- a/check.php +++ b/check.php @@ -102,7 +102,7 @@ echo '

TimeZone

'; 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(); -- cgit v1.2.3