I am using voipextension drupal 6 dev from 2013-10-19
The disable function is not part of this module

PHP Fatal error: Call to undefined function voipextension_disable_module_extensions() in /voipnode/voipnode.install on line 11

Comments

ekes’s picture

You should find voipextension_disable_module_extensions() on line of 309 of a current version of voipextension module (on which voipnode depends) it has been there since commit b52e0a8a (2011-07-24) and hasn't been removed. Not ideal to call it in a .install I guess, but it is best done through the API; is voipextension there? Is it not being included at this point?

socialnicheguru’s picture

Status: Active » Closed (works as designed)

i reinstalled module and all is well.