diff options
| author | till <till@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-02-03 15:57:38 +0000 |
|---|---|---|
| committer | till <till@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-02-03 15:57:38 +0000 |
| commit | 86c3a09a7ac60a2bb98c09b8e876b4d5eddcbe5b (patch) | |
| tree | 00585e5c19a54825bc6dfc609b1ce3b7d2ebb696 /roundcubemail/check.php | |
| parent | fbd957a9d37c6e42cb05153a35229f3c37af0cd5 (diff) | |
* fixed notice
git-svn-id: https://svn.roundcube.net/trunk@1008 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/check.php')
| -rw-r--r-- | roundcubemail/check.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/check.php b/roundcubemail/check.php index eaba28dd0..685ee40ea 100644 --- a/roundcubemail/check.php +++ b/roundcubemail/check.php @@ -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'; |
