? title_label_patch.diff
? modules/blog/.blog.module.swo
? modules/blog/.blog.module.swp
? modules/node/.node.module.swp
? sites/default_old
? sites/default/.svn
? sites/default/files
? sites/default/modules
? sites/default/settings.php
? sites/default/themes
Index: modules/node/node.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/node/node.module,v
retrieving revision 1.941
diff -u -r1.941 node.module
--- modules/node/node.module	10 Jan 2008 15:57:10 -0000	1.941
+++ modules/node/node.module	18 Jan 2008 22:54:19 -0000
@@ -488,6 +488,9 @@
   if (!isset($info->body_label)) {
     $info->body_label = '';
   }
+  if (!isset($info->title_label)) {
+    $info->title_label = '';
+  }
 
   if ($is_existing) {
     db_query("UPDATE {node_type} SET type = '%s', name = '%s', module = '%s', has_title = %d, title_label = '%s', has_body = %d, body_label = '%s', description = '%s', help = '%s', min_word_count = %d, custom = %d, modified = %d, locked = %d WHERE type = '%s'", $info->type, $info->name, $info->module, $info->has_title, $info->title_label, $info->has_body, $info->body_label, $info->description, $info->help, $info->min_word_count, $info->custom, $info->modified, $info->locked, $existing_type);
