Re-generate the install.sql so that the keys of the block lists are an md5 hash of the module_name:block_id. Also change the packager so we delete the _cache variable for the module gallery not core.

This commit is contained in:
Tim Almdal
2009-11-12 13:08:29 -08:00
parent 79f700ef9f
commit a5a8cfd1bc
4 changed files with 8 additions and 19 deletions

View File

@@ -46,7 +46,6 @@ class comment_installer {
PRIMARY KEY (`id`))
DEFAULT CHARSET=utf8;");
block_manager::add("dashboard_center", "comment", "recent_comments");
module::set_var("comment", "spam_caught", 0);
module::set_version("comment", 2);
}