Closed (fixed)
Project:
Real Name
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
12 Sep 2011 at 21:19 UTC
Updated:
27 Sep 2011 at 14:51 UTC
Jump to comment: Most recent file
Comments
Comment #1
dave reidRevised patch:
1. Removes the 'array' type hints from the backport function (this would have failed PHP 4 which doesn't support type hinting).
2. Adds '#default_value' into the parents array.
I tested this just with some sample code and it works as intended.
Comment #3
dave reidDuh - there were no tests to run. Thanks testbot. Committed #1 to Git. http://drupalcode.org/project/realname.git/commit/a042dcb
Thanks hefox!