summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortill <till@php.net>2008-02-03 15:57:38 +0000
committertill <till@php.net>2008-02-03 15:57:38 +0000
commit703f80f2cfd08f3480724e10d1d123378afdec58 (patch)
tree03820de621fde873a68f21ccfb548b0446171dac
parent4212e7dbd6f48ab6e3241e9c9966291e807a7b0f (diff)
* fixed notice
-rw-r--r--check.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/check.php b/check.php
index eaba28dd0..685ee40ea 100644
--- a/check.php
+++ b/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';