Another array detection "if" statement.
[squirrelmail.git] / functions / date.php
index b0f80785de91701ff97e6e30701c1b8534f0c938..6cb4b68ccc9b74cc57bf5bff2c0e62247cc1908c 100644 (file)
@@ -13,6 +13,7 @@
 
    // corrects a time stamp to be the local time
    function getGMTSeconds($stamp, $gmt) {
+      global $invert_time;
       if (($gmt == "Pacific") || ($gmt == "PST"))
          $gmt = "-0800";
       else if (($gmt == "EDT"))
@@ -70,6 +71,7 @@
    }
 
    function getDateString($stamp) {
+      global $invert_time;
       $now = time();
       $dateZ = date("Z", $now);
       if ($invert_time)