Closed (fixed)
Project:
Module Builder
Version:
6.x-2.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Feb 2009 at 21:36 UTC
Updated:
27 Feb 2009 at 20:40 UTC
Fatal error: Call to undefined function dsm() in \sites\all\modules\module_builder\module_builder.module on line 1361
Comments
Comment #1
joachim commentedOops.
dsm() is a function in devel.module.
They're used for debugging. Looks like I forgot to take that one out!
Thanks for letting me know. Will fix soon. In the meantime, you can install devel.module to prevent this error.
Comment #2
joachim commentedFixed in CVS.
Comment #3
jfillmore commentedThanks