node_import and forms - some questions (Was: [drupal-devel]
Orphaning the node_import module)
Karoly Negyesi
karoly at negyesi.net
Sat Nov 5 06:50:35 UTC 2005
> 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.
More information about the drupal-devel
mailing list