From 703f80f2cfd08f3480724e10d1d123378afdec58 Mon Sep 17 00:00:00 2001
From: till <till@php.net>
Date: Sun, 03 Feb 2008 10:57:38 -0500
Subject: [PATCH] * fixed notice
---
check.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/check.php b/check.php
index eaba28d..685ee40 100644
--- a/check.php
+++ b/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';
--
Gitblit v1.9.1