? contact.default.patch
? files
? modules/contributions
? modules/coder/coder.info
? modules/module_builder/module_builder.info
Index: modules/contact/contact.install
===================================================================
RCS file: /cvs/drupal/drupal/modules/contact/contact.install,v
retrieving revision 1.5
diff -u -p -r1.5 contact.install
--- modules/contact/contact.install	1 Sep 2006 07:40:08 -0000	1.5
+++ modules/contact/contact.install	2 Jan 2007 00:30:21 -0000
@@ -11,8 +11,8 @@ function contact_install() {
       db_query("CREATE TABLE {contact} (
         cid int unsigned NOT NULL auto_increment,
         category varchar(255) NOT NULL default '',
-        recipients longtext NOT NULL default '',
-        reply longtext NOT NULL default '',
+        recipients longtext NOT NULL,
+        reply longtext NOT NULL,
         weight tinyint NOT NULL default '0',
         selected tinyint NOT NULL default '0',
         PRIMARY KEY (cid),
