Closed (fixed)
Project:
Localization update
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Jun 2010 at 13:40 UTC
Updated:
8 Jul 2010 at 13:30 UTC
Jump to comment: Most recent file
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.