diff options
author | till <till@php.net> | 2008-02-03 15:57:38 +0000 |
---|---|---|
committer | till <till@php.net> | 2008-02-03 15:57:38 +0000 |
commit | 703f80f2cfd08f3480724e10d1d123378afdec58 (patch) | |
tree | 03820de621fde873a68f21ccfb548b0446171dac /check.php | |
parent | 4212e7dbd6f48ab6e3241e9c9966291e807a7b0f (diff) |
* fixed notice
Diffstat (limited to 'check.php')
-rw-r--r-- | check.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -105,7 +105,7 @@ if ($db_working === true) { $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'; |