From 581bc6a267f2377addd53286b27a282b44816257 Mon Sep 17 00:00:00 2001 From: Kjartan Mannes Date: Mon, 13 May 2002 18:59:53 +0000 Subject: - more coding style fixes. --- includes/common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/common.inc') diff --git a/includes/common.inc b/includes/common.inc index 2f8994495..82674223e 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -513,7 +513,7 @@ function format_interval($timestamp) { function format_date($timestamp, $type = "medium", $format = "") { global $user; - // $timestamp += ($user->timezone) ? $user->timezone - date("Z") : 0; + $timestamp += ($user->timezone) ? $user->timezone - date("Z") : 0; switch ($type) { case "small": -- cgit v1.2.3