Closed (fixed)
Project:
ACL
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 May 2010 at 16:40 UTC
Updated:
30 May 2010 at 15:50 UTC
In D7 there is no need to have the function drupal_install_schema in the hook_install.
This patch removes the function so the DB tables are not added twice
| Comment | File | Size | Author |
|---|---|---|---|
| schema_install.patch | 426 bytes | nick_vh |
Comments
Comment #1
salvisCommitted, thanks!
According to http://drupal.org/update/modules/6/7#install-schema, the drupal_uninstall_schema() call needs to be removed as well.
Actually, I've just removed hook_install() and hook_uninstall(), since they didn't do anything else.