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
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

mh86 - July 15, 2009 - 11:12
Status:active» fixed

Hi!

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

thanks for this report!

Matthias

#2

System Message - July 29, 2009 - 11:20
Status:fixed» closed

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

 
 

Drupal is a registered trademark of Dries Buytaert.