X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=functions%2Fdate.php;h=1c894d22ecf1f5b5e60b2566af64175220dc489b;hp=8edb856c02b1cf72ccc9c36dc6414730f3a28cdc;hb=d6c32258c05219670ab3b4ae2d460d844ea9a247;hpb=fe55c7c794596d1febd00277d989bb09fe1dcc1f diff --git a/functions/date.php b/functions/date.php index 8edb856c..1c894d22 100644 --- a/functions/date.php +++ b/functions/date.php @@ -12,11 +12,13 @@ * (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) {