Closed (fixed)
Project:
Drupal core
Version:
6.x-dev
Component:
comment.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Mar 2007 at 22:40 UTC
Updated:
20 Mar 2007 at 17:18 UTC
Jump to comment: Most recent file
Comments
Comment #1
chx commentedagain, again and again, isset vs empty are not the same. When you see if ($foo['bar']) it needs analysis whether if (isset($foo['bar'])) is the same, but if (!empty($foo['bar'])) is always the same, and equal speed. What's so hard in this?
Comment #2
ChrisKennedy commentedWho says I didn't analyze it? Whatever, re-rolled.
Comment #3
dries commentedCommitted to CVS HEAD. Thanks a lot Chris! :)
Comment #4
ChrisKennedy commentedNo problem, although I should emphasize that chx wrote 99.99% of the patch.
Comment #5
(not verified) commented