summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-08-27 10:42:48 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-08-27 10:42:48 +0000
commit1e985830e217d5291174e7da403e76b54cbab1f3 (patch)
tree4e2497b56d2c158503cbec9ffeae9eb87acdbf66 /includes
parentcf4df86b94ff26529ab1bdd29cb7f3a9290af397 (diff)
downloadbrdo-1e985830e217d5291174e7da403e76b54cbab1f3.tar.gz
brdo-1e985830e217d5291174e7da403e76b54cbab1f3.tar.bz2
#894898 by mrfelton: Fixed Increase permission length restriction from 64 to 128.
Diffstat (limited to 'includes')
-rw-r--r--includes/update.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/update.inc b/includes/update.inc
index 698152c81..f89fea9ba 100644
--- a/includes/update.inc
+++ b/includes/update.inc
@@ -423,7 +423,7 @@ function update_fix_d7_requirements() {
),
'permission' => array(
'type' => 'varchar',
- 'length' => 64,
+ 'length' => 128,
'not null' => TRUE,
'default' => '',
),