Preparation to begin using phpdocumentor.
[squirrelmail.git] / functions / date.php
index 8edb856c02b1cf72ccc9c36dc6414730f3a28cdc..1c894d22ecf1f5b5e60b2566af64175220dc489b 100644 (file)
  * (as specified in RFC 822) -- 'Tue' is optional
  *
  * $Id$
+ * @package squirrelmail
  */
 
+/** Load up some useful constants */
 require_once(SM_PATH . 'functions/constants.php');
 
-/* corrects a time stamp to be the local time */
+/** corrects a time stamp to be the local time */
 function getGMTSeconds($stamp, $tzc) {
     /* date couldn't be parsed */
     if ($stamp == -1) {