### Eclipse Workspace Patch 1.0 #P block_class Index: block_class.install =================================================================== RCS file: /cvs/drupal/contributions/modules/block_class/block_class.install,v retrieving revision 1.4.4.6 diff -u -r1.4.4.6 block_class.install --- block_class.install 9 Jan 2011 22:33:56 -0000 1.4.4.6 +++ block_class.install 5 Feb 2011 16:22:38 -0000 @@ -17,19 +17,19 @@ 'fields' => array( 'module' => array( 'type' => 'varchar', - 'length' => '255', + 'length' => 64, 'not null' => TRUE, 'description' => t('The module to which the block belongs.'), ), 'delta' => array( 'type' => 'varchar', - 'length' => '255', + 'length' => 32, 'not null' => TRUE, 'description' => t("The ID of the module's block."), ), 'css_class' => array( 'type' => 'varchar', - 'length' => '255', + 'length' => 50, 'not null' => TRUE, 'description' => t('String containing the classes for the block.'), ),