Index: abuse.install
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/abuse/abuse.install,v
retrieving revision 1.5.6.4
diff -b -u -p -r1.5.6.4 abuse.install
--- abuse.install	15 Oct 2008 17:50:58 -0000	1.5.6.4
+++ abuse.install	5 Nov 2008 16:26:46 -0000
@@ -81,7 +81,6 @@ function abuse_schema() {
         'description' => t('Text from user on what is wrong with content'),
         'type' => 'text',
         'not null' => TRUE,
-        'default' => '',
       ),
         'valid' => array(
         'description' => t('Check that the flag is valid'),
@@ -255,14 +254,12 @@ function abuse_schema() {
         'type' => 'text',
         'size' => 'medium',
         'not null' => TRUE,
-        'default' => '',
       ),
       'argumentation' => array(
         'description' => t('Text that will be added to the email body'),
         'type' => 'text',
         'size' => 'medium',
         'not null' => TRUE,
-        'default' => '',
       ),
     ),
     'primary key' => array('arid'),
