diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-09-16 22:23:32 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-09-16 22:23:32 -0700 |
commit | 9d76797b17d65540a903ef37eee6edca3e83108b (patch) | |
tree | 0040acb8746d68e21f06ab265493f4054e525908 /modules/search/module.info | |
parent | 5490057480f17e5810cf8b9e558769ebd74d4b27 (diff) |
Changed the search module installer to explicitly specify MyISAM as the database type. Changed the packager to not remove the engine specification if the table is search_records. Fixes Ticket #774
Diffstat (limited to 'modules/search/module.info')
-rw-r--r-- | modules/search/module.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/search/module.info b/modules/search/module.info index f417c4fa..2f2ebdf1 100644 --- a/modules/search/module.info +++ b/modules/search/module.info @@ -1,3 +1,3 @@ name = "Search" description = "Allows users to search their Gallery" -version = 1 +version = 2 |