cvs diff: Diffing .
? .buildpath
? .project
? bin
Index: skeleton_template.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/skeleton/skeleton_template.inc,v
retrieving revision 1.19
diff -u -p -r1.19 skeleton_template.inc
--- skeleton_template.inc	27 Aug 2009 17:33:43 -0000	1.19
+++ skeleton_template.inc	27 Aug 2009 18:47:01 -0000
@@ -107,9 +107,7 @@ function skeleton_add_template_form($for
   );
   $types = node_get_types();
   foreach ($types as $type) {
-    if (node_access('create', $type->type)) {
-      $options[$type->type] = $type->name;
-    }
+    $options[$type->type] = $type->name;
   }
   $form['skeleton_template']['node_type'] = array(
     '#type' => 'select',
