Posted by Boobaa on June 21, 2010 at 1:40pm
3 followers
| Project: | Localization update |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Title says everything, code is golden, patch is platinum.
| Attachment | Size |
|---|---|
| l10n_update-uninstall_variables.patch | 915 bytes |
Comments
#1
Maybe its best to do the wildcard variable deletion pattern here, since this module is in possibly heavy development and could add/change variables. The
db_query('DELETE FROM {variable} .... LIKE 'l10n_update%'");pattern, I mean, which is used in some contrib modules.#2
Patch updated accordingly.
#3
Looks good, committed, thank you.
#4
Automatically closed -- issue fixed for 2 weeks with no activity.