Closed (fixed)
Project:
Drupal core
Version:
6.x-dev
Component:
aggregator.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Jul 2009 at 21:58 UTC
Updated:
28 Apr 2011 at 08:32 UTC
Jump to comment: Most recent file
Comments
Comment #1
dries commentedGood catch!
I'd like to see us use regular if-statements in this case, as well as some additional PHPdoc.
Comment #2
mfbWith simpler logic and a comment.
Comment #3
dries commentedCommitted to CVS HEAD. Thanks.
Comment #4
mfbBackported to d6.
Comment #5
bfroehle commentedTested for some feeds which only contain a dc:creator tag and it correctly populates the author.
Comment #7
bfroehle commentedUploaded with -D6 at the end so that it doesn't fail the test bot.
Comment #8
gábor hojtsyCommitted, pushed, thanks!