Closed (fixed)
Project:
Submitted By
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Apr 2009 at 03:41 UTC
Updated:
29 Apr 2009 at 20:40 UTC
Submitted by module is creating invalid date stings for comments.
Replacing
format_date($comment->created)
With
format_date($comment->timestamp)
In the submittd_by_comment_submitted function as fixed the issue for me. $comment->timestamp is what the core theme function uses.
Comments
Comment #1
nancydruCommitted. Thanks.