From: jervfors Date: Sun, 3 Apr 2005 17:04:51 +0000 (+0000) Subject: phpDoc fixes X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=4f51df662e39f6a118606364441ae9964006b032 phpDoc fixes git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9179 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- 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] ==