Added (c) stuff and some formatting.
[squirrelmail.git] / functions / date.php
index e4c9b62a1c7739bf3cc70f48d96bc2876402d306..4ed0426a032d385a154fb94690e60f5212e63941 100644 (file)
@@ -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:
     **        <Tue,> 29 Jun 1999 09:52:11 -0500 (EDT)
     **  $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;