till
2008-02-03 4212e7dbd6f48ab6e3241e9c9966291e807a7b0f
* fixed notice ($dbclass)

1 files modified
2 ■■■ changed files
check.php 2 ●●● patch | view | raw | blame | history
check.php
@@ -102,7 +102,7 @@
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();