* Fixed the Inactive Parent anchor name so they all are unique.

* Fixed the Devel menu name and identifier.
* Added support for users to select multiple menus.
This commit is contained in:
Alexis Wilke
2010-05-16 10:45:25 +00:00
parent d9f856a075
commit 4430806082
5 changed files with 49 additions and 6 deletions

View File

@@ -41,4 +41,13 @@ function simplemenu_update_6003() {
return array();
}
/**
* Implementation of hook_update_N().
*/
function simplemenu_update_6004() {
// enable multiple menus selection
variable_set('simplemenu_menus', array(variable_get('simplemenu_menu', 'navigation:0')));
return array();
}
// vim: ts=2 sw=2 et syntax=php