5 Nov
2005
5 Nov
'05
7:50 a.m.
Is form.inc so much in a state of flux that we shouldn't implement anything yet?
No.
The prototypes of the functions on the first page: function contact_mail_page_validate($form_id, &$form) { function contact_mail_page_execute($form_id, $edit) { is significantly different from the ones on the "Quickstart" page: function test_page_validate($form_id, $form_values) { function test_page_execute($form_id, $form_values) {
The latter is the correct. The function headers are (obviously) wrong in contact. Thanks for the bug report, I'll roll a patch.