Posted by dboulet on March 19, 2009 at 9:54pm
3 followers
Jump to:
| Project: | Easy Image Insert |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (won't fix) |
Issue Summary
This module was creating duplicate entries in the 'variable' table for each node type: eii_nodetype_active, as well as eii_active_nodetype. This patch removes the creation of eii_nodetype_active completely so that the module can use eii_active_nodetype instead. This simplifies the code and allows us to completely remove the easy_image_insert_form_alter_submit() function.
| Attachment | Size |
|---|---|
| easy_image_insert-duplicate_variables.patch | 1.88 KB |
Comments
#1
+1 Patch nicely cleans up the variables table.
#2
The module has been discontinued (see #665298: Deprecate Easy Image Insert module).