Comments

cross’s picture

StatusFileSize
new487 bytes

in D7 drupal_install_schema() now called from module_enable() so we not need install_hook for install schema.
Trivial patch to fix error on enable module

cross’s picture

StatusFileSize
new491 bytes

Sorry. Forgot --no-prefix option of git.

berenddeboer’s picture

Status: Active » Reviewed & tested by the community

Works for me.

berenddeboer’s picture

StatusFileSize
new1.83 KB

Rolled up above patch + some changes so profile roles work now fine.

Have however abandoned this approach as it appears fields are the new way to go, and the field permissions module works as well.