Issue #347988 follow-up by chx: Un-break HEAD on PHP 5.4.

8.0.x
webchick 2012-11-27 18:42:13 -08:00
parent f3e5e2fefd
commit e83535c1c8
1 changed files with 1 additions and 1 deletions

View File

@ -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' => '',
),