Closed (duplicate)
Project:
Drupal core
Version:
x.y.z
Component:
node.module
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
5 Sep 2006 at 06:24 UTC
Updated:
5 Sep 2006 at 13:49 UTC
Most of the _validate and _submit callbacks throughout core (as well as form.inc) use the names $form_id, $form_values to refer to the arguments passed into these functions. This patch makes this consistent.
| Comment | File | Size | Author |
|---|---|---|---|
| node_validate_submit.patch | 2.25 KB | webchick |
Comments
Comment #1
dries commentedYou don't need to create a patch for each module. These changes logically belong to each other (it are the exact same changes applied to different files).
Comment #2
webchickCool. Marking each of these as duplicates of http://drupal.org/node/82465.