From 817842382de7570f5e71967fb8b2bc56176c1041 Mon Sep 17 00:00:00 2001 From: lkehresman Date: Fri, 22 Sep 2000 01:20:02 +0000 Subject: [PATCH] fixed problems I introduced in previous version of date.php git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@752 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/date.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/functions/date.php b/functions/date.php index 4001dda0..695f6136 100644 --- a/functions/date.php +++ b/functions/date.php @@ -67,10 +67,6 @@ else if ($gmt == "MET DST" || $gmt == "METDST") $gmt = "+0200"; - if ($gmt = "") - $gmt = "+0000"; - - /* if (substr($gmt, 0, 1) == "-") { $neg = true; $gmt = substr($gmt, 1, strlen($gmt)); @@ -86,7 +82,6 @@ $gmt = "-$gmt"; else $gmt = "+$gmt"; - */ /** now find what the server is at **/ $current = date("Z", time()); -- 2.25.1