Closed (fixed)
Project:
DFP Small Business (Google Ad Manager)
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Nov 2009 at 22:14 UTC
Updated:
14 Dec 2009 at 12:20 UTC
The uninstall hook in google_admanager.installl includes a drupal_uninstall_schema() call but there are no DB tables defined by hook_schema(). As a result, uninstalling the module generates an error. Attached patch removes the drupal_uninstall_schema() call. Subsequent uninstall does not result in errors.
| Comment | File | Size | Author |
|---|---|---|---|
| google_admanager.install.patch | 624 bytes | jaydub |
Comments
Comment #1
toemaz commentedCommitted to the 6-1 branch.