till
2008-02-03 703f80f2cfd08f3480724e10d1d123378afdec58
* fixed notice

1 files modified
2 ■■■ changed files
check.php 2 ●●● patch | view | raw | blame | history
check.php
@@ -105,7 +105,7 @@
    $DB = new rcube_mdb2($rcmail_config['db_dsnw'], '', false);
    $DB->db_connect('w');
    
    $tz_db    = $DB->unixtimestamp();
    $tz_db    = $DB->unixtimestamp($DB->now());
    $tz_local = time();
    if ($tz_db != $tz_local) {
        echo 'NOT OK';