--- preprocess-node.ori	Sun Oct 11 22:42:28 2009
+++ preprocess-node.inc	Thu Oct 22 02:17:45 2009
@@ -8,12 +8,7 @@
  * @return $vars
  */
 // Prepare the arrays to handle the classes and ids for the node container.
-if(!isset($vars['node']->attributes)) {
-  $vars['node_attributes'] = array();
-}
-else {
-  $vars['node_attributes'] = $vars['node']->attributes;
-}
+$vars['node_attributes'] = array();
 
 // Add an id to allow the styling of a specific node.
 $vars['node_attributes']['id'] = 'node-' . $vars['type'] . '-' . $vars['nid'];
