--- exclude_node_title.module	2011-02-13 01:37:20.749601896 -0500
+++ exclude_node_title.module.patched	2011-02-13 01:37:07.899345325 -0500
@@ -57,7 +57,7 @@ function exclude_node_title_preprocess_p
         unset($node); // memory cleanup
       }
       $exclude_node_title_content_type = variable_get('exclude_node_title_content_type_values', array());
-      if (isset($exclude_node_title_content_type[$node_type])) {
+      if ($exclude_node_title_content_type[$node_type]) {
         $vars['title'] = '';
       }
       unset($exclude_node_title_content_type, $node_type); // memory cleanup
