Title says everything, code is golden, patch is platinum.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | l10n_update-833556-2.patch | 651 bytes | boobaa |
| l10n_update-uninstall_variables.patch | 915 bytes | boobaa |
Title says everything, code is golden, patch is platinum.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | l10n_update-833556-2.patch | 651 bytes | boobaa |
| l10n_update-uninstall_variables.patch | 915 bytes | boobaa |
Comments
Comment #1
gábor hojtsyMaybe 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.Comment #2
boobaaPatch updated accordingly.
Comment #3
gábor hojtsyLooks good, committed, thank you.