summaryrefslogtreecommitdiff
path: root/modules/blogapi/blogapi.install
blob: c7cc3e561e30960177cf54e529211d9af8f0a0f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?php
// $Id$

/**
 * @defgroup updates-5.x-to-6.x Blog API updates from 5.x to 6.x
 * @{
 */

/**
 * Inform users about the new permission.
 */
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();
}

/**
 * @} End of "defgroup updates-5.x-to-6.x"
 * The next series of updates should start at 7000.
 */