This patch fixes the php 5.3 reference warning.
Please check to make sure this is a safe change.

I want to emphasize: Please make sure that it is safe to remove the & at this location.

CommentFileSizeAuthor
unique_field-6.x-1.2-php53-1.patch626 bytesthekevinday

Comments

thekevinday’s picture

Issue tags: +PHP 5.3

forgot to set the PHP 5.3 tag

thekevinday’s picture

My patch may not be the correct fix, see my post here:
http://drupal.org/node/360605#comment-2340170

berdir’s picture

Status: Active » Closed (won't fix)

The change is not necessary, as explained in other places, $form_state *can* (but doesn't have to) be by reference.