Issue #347988 follow-up by chx: Un-break HEAD on PHP 5.4.
parent
f3e5e2fefd
commit
e83535c1c8
|
@ -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' => '',
|
||||
),
|
||||
|
|
Loading…
Reference in New Issue