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.
| Comment | File | Size | Author |
|---|---|---|---|
| unique_field-6.x-1.2-php53-1.patch | 626 bytes | thekevinday |
Comments
Comment #1
thekevinday commentedforgot to set the PHP 5.3 tag
Comment #2
thekevinday commentedMy patch may not be the correct fix, see my post here:
http://drupal.org/node/360605#comment-2340170
Comment #3
berdirThe change is not necessary, as explained in other places, $form_state *can* (but doesn't have to) be by reference.