Closed (won't fix)
Project:
Unique field
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
3 Dec 2009 at 20:32 UTC
Updated:
5 Mar 2010 at 13:34 UTC
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.