Posted by joelstein on March 2, 2011 at 7:03pm
3 followers
| Project: | Content Taxonomy |
| Version: | 6.x-1.0-rc2 |
| Component: | Documentation |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs work |
| Issue tags: | php5.3 |
Issue Summary
The attached patch fixes it.
| Attachment | Size |
|---|---|
| content_taxonomy.module.patch | 615 bytes |
Comments
#1
I found a couple more.
#2
thanks
#3
I was just going to suggest the exact same patch: good for me.
Same problem still exists in 6.x-2.x, by the way.
#4
Tagging for 5.3.
#5
Except of course it needs to be rerolled in git format against an actual version, so someone else needs to check.
#6
here is a patch for another notices
#7
and another set of fixes
#8
if (isset($entry['value']) && $entry['value'])can be replaced byif (!empty($entry['value'])which is slightly shorter.