Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
taxonomy.module
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
11 Nov 2005 at 16:18 UTC
Updated:
9 Nov 2009 at 14:19 UTC
Jump to comment: Most recent file
Comments
Comment #1
robertdouglass commentedgetting rid of tabs (stupid IDE)
Comment #2
robertdouglass commentedOne question I have about this code is whether the following function is necessary, or if there is a PHP native way to get rid of null array values?
Comment #3
drumm- Not critical.
- Who else wants this feature?
- Not a patchfile.
- That function can be abbreviated away with create_function.
Comment #4
robertdouglass commentedDon't know how it got set critical... it most certainly isn't.
What do you mean abbreviated away?
I didn't submit a patch file since I wanted the maintainer to have the discretion of where to put the extra functions. At the end of the taxonomy.module file?
Comment #5
robertdouglass commentedcreate_function ... ok, got it.
Comment #6
LAsan commentedcreate_function ... ok, got it.
I guess this a fixed issue.
Comment #7
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #8
pydubreucq commentedHi,
I thinks It could be very interesting to have that...
I will test this function
Thanks for all ;)
Bye