Closed (fixed)
Project:
Drupal core
Version:
6.x-dev
Component:
taxonomy.module
Priority:
Minor
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
28 Mar 2008 at 21:53 UTC
Updated:
2 Jan 2014 at 23:45 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
xanoKick.
Comment #2
JeremyFrench commentedChanged this and also put the two ifs outside the loop into one patch uploaded
Comment #3
damien tournoud commentedOh my, yes! ;)
Thanks for the patch.
A minor point:
By convention, we use
&&instead ofand, and we encourage "to always use curly braces even in situations where they are technically optional, as it increases readability and decreases the likelihood of logic errors".Comment #4
JeremyFrench commentedI have changed the "and" to "&&" but I am not sure where I have missed out a curly brace, should I split the if into to statements?
Comment #5
Anonymous (not verified) commentedLet's get this one in.
Comment #6
dries commentedCommitted to CVS HEAD. Thanks.
Comment #7
andypostSuppose this one should be ported
Comment #8
andypostJust a tag
Comment #9
brianV commentedPort looks good. Setting to RTBC to be committed.
Comment #10
gábor hojtsyCommitted to Drupal 6, thanks.