Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
base system
Priority:
Minor
Category:
Task
Assigned:
Reporter:
Created:
10 Oct 2008 at 16:41 UTC
Updated:
14 Jul 2012 at 23:23 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dave reidPatch replaces any condition ? TRUE : FALSE or condition ? FALSE : TRUE ternary conditionals. I did a search for condition ? 0 : 1 and similar, but I'm not sure if I should replace those. Having to cast a boolean result to an int seems more complex than using the ternary in those cases.
Comment #2
Anonymous (not verified) commentedThis looks good. It contains some space clean-up which is under a different issue.
Comment #3
dries commentedCommitted to CVS HEAD. Thanks.
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.