X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=functions%2Fdate.php;h=55502c2ef33d816f7238d9c33ec61a4bf7e5f703;hp=6371d25d4b20cd3935f3c701d41438a0213f03d7;hb=4f51df662e39f6a118606364441ae9964006b032;hpb=bfa045d3d871600c3d735bc34ad8bb75594f5cdd diff --git a/functions/date.php b/functions/date.php index 6371d25d..55502c2e 100644 --- a/functions/date.php +++ b/functions/date.php @@ -90,7 +90,7 @@ function getGMTSeconds($stamp, $tzc) { if ($neg) $iTzc = -1 * (int) $iTzc; /* stamp in gmt */ $stamp -= $iTzc; - /** now find what the server is at **/ + /* now find what the server is at */ $current = date('Z', time()); /* stamp in local timezone */ $stamp += $current; @@ -391,18 +391,18 @@ function getDateString( $stamp ) { * @return int the timestamp calculated from the header */ function getTimeStamp($dateParts) { - /** $dateParts[0] == Mon, Tue, Wed - ** $dateParts[1] == 23 - ** $dateParts[2] == Jan, Feb, Mar - ** $dateParts[3] == 1999 - ** $dateParts[4] ==