~davidstrauss/drupal/195416-per-connection-prefixes

« back to all changes in this revision

Viewing changes to modules/system/system.module

  • Committer: webchick
  • Date: 2009-10-09 07:48:06 UTC
  • Revision ID: vcs-imports@canonical.com-20091009074806-zn7k09yrhq5b5e6x
#67234 by Ralf, Dave Reid, David_Rothstein, Rob Loach, dww, et al: Added a permission to update.php.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?php
2
 
// $Id: system.module,v 1.802 2009/10/09 01:00:05 dries Exp $
 
2
// $Id: system.module,v 1.803 2009/10/09 07:48:06 webchick Exp $
3
3
 
4
4
/**
5
5
 * @file
216
216
      'title' => t('Administer site configuration'),
217
217
      'description' => t('Configure site-wide settings such as module or theme administration settings.'),
218
218
    ),
 
219
    'administer software updates' => array(
 
220
      'title' => t('Administer software updates'),
 
221
      'description' => t('Run the update.php script.'),
 
222
    ),
219
223
    'administer actions' => array(
220
224
      'title' => t('Administer actions'),
221
225
      'description' => t('Manage the actions defined for your site.'),