summaryrefslogtreecommitdiff
path: root/modules/node/node.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/node/node.module')
-rw-r--r--modules/node/node.module4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/node/node.module b/modules/node/node.module
index e2a800bf8..197cb12d6 100644
--- a/modules/node/node.module
+++ b/modules/node/node.module
@@ -253,7 +253,7 @@ function node_teaser_js(&$form, &$form_state) {
* @param $size
* The desired character length of the teaser. If omitted, the default
* value will be used. Ignored if the special delimiter is present
- * in $body.
+ * in $body.
* @return
* The generated teaser.
*/
@@ -514,7 +514,7 @@ function _node_types_build() {
// Types defined by the node module in the database (rather than by a separate
// module using hook_node_info) have a module value of 'node'.
if ($type_object->module != 'node' && empty($info_array[$type_object->type])) {
- $type_object->disabled = TRUE;
+ $type_object->disabled = TRUE;
}
if (!isset($_node_types[$type_object->type]) || $type_object->modified) {
$_node_types[$type_object->type] = $type_object;