blogapi_update_6000

Definition

blogapi_update_6000()
modules/blogapi/blogapi.install, line 68

Description

Inform users about the new permission.

Code

<?php
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();
}
?>
 
 

Drupal is a registered trademark of Dries Buytaert.