Closed (fixed)
Project:
Module Builder
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Jul 2009 at 11:55 UTC
Updated:
3 Aug 2009 at 19:50 UTC
Hi joachim,
Finally got round to downloading Module Builder this morning and giving it a try :)
The generated functions have a closing }, but no opening {
For example:
/**
* Implementation of hook_form_alter().
*/
function trynewmodule_form_alter(&$form, $form_state, $form_id)
}
Latest 6.x-2.x-dev version dated July 17th.
Comments
Comment #1
joachim commentedOoops!
That's probably due to a fix I made to the regex last week.
Thanks for letting me know. Will look into it soon.
Comment #2
joachim commentedFixed.