fixed problems I introduced in previous version of date.php
authorlkehresman <lkehresman@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 22 Sep 2000 01:20:02 +0000 (01:20 +0000)
committerlkehresman <lkehresman@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 22 Sep 2000 01:20:02 +0000 (01:20 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@752 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/date.php

index 4001dda0df280c64077d509649e296b84a7953f2..695f61367ac1ca9c9652240cdfcb5d5cd1934ae7 100644 (file)
       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());