Line 345 of content_taxonomy.module requires PHP 5.0
mtsanford - June 23, 2009 - 04:05
| Project: | Content Taxonomy |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
foreach ($form['taxonomy'] as $key => &$value) {
is PHP 5 specific.
A search of "=> &" on the whole contents of the modules does not turn up any others.

#1
Hi!
This has been fixed and committed, &$value was a mistake - should be $value.
thanks for this report!
Matthias
#2
Automatically closed -- issue fixed for 2 weeks with no activity.