#160603 by nancyw and Freso: variable search_cron_limit was not removed on search uninstall

6.x
Gábor Hojtsy 2007-09-29 08:08:59 +00:00
parent ebfbaa3fda
commit a966c326be
1 changed files with 1 additions and 0 deletions

View File

@ -18,4 +18,5 @@ function search_uninstall() {
variable_del('minimum_word_size');
variable_del('overlap_cjk');
variable_del('search_cron_limit');
}