Download & Extend

Line 345 of content_taxonomy.module requires PHP 5.0

Project:Content Taxonomy
Version:6.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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.

Comments

#1

Status:active» fixed

Hi!

This has been fixed and committed, &$value was a mistake - should be $value.

thanks for this report!

Matthias

#2

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.