Closed (fixed)
Project:
Drupal core
Version:
x.y.z
Component:
comment.module
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Jan 2006 at 13:05 UTC
Updated:
5 Feb 2006 at 07:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
Cvbge commentedHere's a patch for the '0' in last_comment_name. The '0' was inserted while '' should be.
Now the question is: are the '0' in last_comment_timestamp allowed? Normally, when a node does not have any comments, the node created timestamp is kept.
Comment #2
Cvbge commentedThe previous patch changed also some NULL to 0.
Comment #3
Cvbge commentedThe function comment say:
Here's a patch that sets the timestamp and uid correctly.
Comment #4
Cvbge commentedLet's set this to RTBC and see what happens ;)
Comment #5
dries commentedCommitted to HEAD. Thanks.
Comment #6
(not verified) commented