Closed (fixed)
Project:
Taxonomy Node
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Jun 2009 at 12:42 UTC
Updated:
20 Jan 2010 at 18:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
damienmckennaGood fix.
Comment #2
damienmckennaFYI I've rerolled it against the latest DRUPAL-6--1 branch.
Comment #3
hanoiiCommitted, thanks.
I wonder, I know in general variable initialization is good practice, but isn't PHP high level enough to default unset variables to false when they not exist? I never saw any warning but maybe it's because I don't watch for php notices unless they are warnings or errors.
Anyway, thanks again.