Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
documentation
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Jan 2012 at 16:40 UTC
Updated:
10 Dec 2012 at 20:50 UTC
The _element_validate_integer_positive() function in field.module on line 1229 says-
* @deprecated
* @see element_validate_number_positive()
That function doesn't exist to my knowledge. I believe it means element_validate_integer_positive() from form.inc.
Pretty minor, but might throw someone off using D7 looking for that function.
| Comment | File | Size | Author |
|---|---|---|---|
| incorrect_function_name.patch | 547 bytes | albert volkman |
Comments
Comment #1
albert volkman commentedComment #2
amonteroSeems a legitimate bug to me. Patch still applies to HEAD.
Comment #3
jhodgdonThanks! committed to 7.x.