more module updates
This commit is contained in:
@@ -31,3 +31,13 @@ function transliteration_uninstall() {
|
||||
variable_del('transliteration_file_lowercase');
|
||||
variable_del('transliteration_search');
|
||||
}
|
||||
|
||||
/**
|
||||
* Remove unnecessary Drupal 6 variables.
|
||||
*/
|
||||
function transliteration_update_7300() {
|
||||
// Delete all the transliteration_filter_no_known_transliteration_* variables
|
||||
// and then clear the variable cache.
|
||||
db_query("DELETE FROM {variable} WHERE name LIKE 'transliteration_filter_no_known_transliteration_%'");
|
||||
cache_clear_all('variables', 'cache');
|
||||
}
|
||||
|
Reference in New Issue
Block a user