function blogapi_update_6000 in Drupal 6
Inform users about the new permission.
Related topics
File
- modules/
blogapi/ blogapi.install, line 68
Code
function blogapi_update_6000() {
drupal_set_message("Blog API module does not depend on blog module's permissions anymore, but provides its own 'administer content with blog api' permission instead. Until <a href=\"" . url('admin/user/permissions', array(
'fragment' => 'module-blogapi',
)) . '">this permission is assigned</a> to at least one user role, only the site administrator will be able to use Blog API features.');
return array();
}