From e83535c1c844da096ce4bb6b23039549953e2a86 Mon Sep 17 00:00:00 2001 From: webchick Date: Tue, 27 Nov 2012 18:42:13 -0800 Subject: [PATCH] Issue #347988 follow-up by chx: Un-break HEAD on PHP 5.4. --- core/modules/user/user.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/user/user.install b/core/modules/user/user.install index 058ebbd76b3..bb860024f72 100644 --- a/core/modules/user/user.install +++ b/core/modules/user/user.install @@ -273,7 +273,7 @@ function user_schema() { 'module' => array( 'description' => 'The name of the module declaring the variable.', 'type' => 'varchar', - 'length' => 255, + 'length' => 204, 'not null' => TRUE, 'default' => '', ),