Index: send.install =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/send/send.install,v retrieving revision 1.7 diff -u -p -r1.7 send.install --- send.install 27 Oct 2008 05:16:10 -0000 1.7 +++ send.install 17 Jul 2009 02:40:36 -0000 @@ -123,7 +123,6 @@ function send_schema() { 'nid' => array( 'description' => t('The node id for this setting'), 'type' => 'int', - 'length' => 50, 'not null' => TRUE, 'default' => 0, ),