Index: modules/cck/content.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/cck/content.module,v
retrieving revision 1.78
diff -u -r1.78 content.module
--- modules/cck/content.module	19 Sep 2006 00:36:52 -0000	1.78
+++ modules/cck/content.module	12 Oct 2006 19:01:12 -0000
@@ -287,7 +287,6 @@
  * being validated.
  */
 function content_validate(&$node) {
-  _content_widget_invoke('validate', $node);
   _content_widget_invoke('process form values', $node);
   _content_field_invoke('validate', $node);
   _content_field_invoke_default('validate', $node);
@@ -301,8 +300,6 @@
  * to the database.
  */
 function content_submit(&$node) {
-  _content_widget_invoke('submit', $node);
-  _content_widget_invoke('process form values', $node);
   _content_field_invoke('submit', $node);
   _content_field_invoke_default('submit', $node);
 }
