Index: token_comment.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/token/token_comment.inc,v
retrieving revision 1.3.4.3
diff -r1.3.4.3 token_comment.inc
2c2
< // $Id: token_comment.inc,v 1.3.4.3 2008/07/14 16:07:04 greggles Exp $
---
> // $Id: token_comment.inc,v 1.3.4.2 2008/06/28 15:10:22 greggles Exp $
53a54,60
>       $values['comment-g']     		 = date('g', $comment->timestamp);
>       $values['comment-G']            	 = date('G', $comment->timestamp);
>       $values['comment-h']         	 = date('h', $comment->timestamp);
>       $values['comment-H']            	 = date('H', $comment->timestamp);
>       $values['comment-i']             	 = date('i', $comment->timestamp);
>       $values['comment-s']            	 = date('s', $comment->timestamp);
>       $values['comment-U']               = date('U', $comment->timestamp);
87a95,101
>     $tokens['comment']['comment-g']               = t("Comment creation time (12-hour format, without leading zeros)");
>     $tokens['comment']['comment-G']               = t("Comment creation time (24-hour format, without leading zeros)");
>     $tokens['comment']['comment-h']               = t("Comment creation time (12-hour format, with leading zeros)");
>     $tokens['comment']['comment-H']               = t("Comment creation time (24-hour format, with leading zeros)");
>     $tokens['comment']['comment-i']               = t("Comment creation minute (with leading zeros)");
>     $tokens['comment']['comment-s']               = t("Comment creation second (with leading zeros)");
>     $tokens['comment']['comment-U']               = t("Comment creation time since Epoch (seconds since January 1, 1970)");
91c105
< }
\ No newline at end of file
---
> }
