function menu_per_role_update_6002 in Menu Per Role 6
File
- ./
menu_per_role.install, line 132 - Initialize and clean up the Menu per role module.
Code
function menu_per_role_update_6002() {
$ret = array();
// This default creates problems with MySQL and really it should not be there!
db_field_set_no_default($ret, 'menu_per_role', 'mlid');
return $ret;
}