X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=functions%2Fdate.php;h=4ed0426a032d385a154fb94690e60f5212e63941;hb=e697b6cc39af08f80d3ee3743c9d4088791af634;hp=e4c9b62a1c7739bf3cc70f48d96bc2876402d306;hpb=9fd233301e0d97b79137d978ee82e01fb8815531;p=squirrelmail.git diff --git a/functions/date.php b/functions/date.php index e4c9b62a..4ed0426a 100644 --- a/functions/date.php +++ b/functions/date.php @@ -2,6 +2,9 @@ /** ** date.php ** + ** Copyright (c) 1999-2001 The Squirrelmail Development Team + ** Licensed under the GNU GPL. For full terms see the file COPYING. + ** ** Takes a date and parses it into a usable format. The form that a ** date SHOULD arrive in is: ** 29 Jun 1999 09:52:11 -0500 (EDT) @@ -10,10 +13,6 @@ ** $Id$ **/ - if (defined ('date_php')) - return; - define ('date_php', true); - // corrects a time stamp to be the local time function getGMTSeconds($stamp, $gmt) { global $invert_time;