summaryrefslogtreecommitdiff
path: root/modules/book
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-05-05 06:55:25 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-05-05 06:55:25 +0000
commita2d6297055e6abdcd1a811b34b7fb463fcb50c0c (patch)
treea4528b2ac03d9b4d2a8087f43a2fd1911b9d1370 /modules/book
parentadc9bc1845b8400f45dc790c6376531830782917 (diff)
downloadbrdo-a2d6297055e6abdcd1a811b34b7fb463fcb50c0c.tar.gz
brdo-a2d6297055e6abdcd1a811b34b7fb463fcb50c0c.tar.bz2
#771922 by andypost: Remove t() from schema description of picture field.
Diffstat (limited to 'modules/book')
-rw-r--r--modules/book/book.install1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/book/book.install b/modules/book/book.install
index ae324191b..bf932bba6 100644
--- a/modules/book/book.install
+++ b/modules/book/book.install
@@ -37,6 +37,7 @@ function _book_install_type_create() {
$book_node_type = node_type_set_defaults($book_node_type);
node_type_save($book_node_type);
+ node_add_body_field($book_node_type);
// Default to not promoted.
variable_set('node_options_book', array('status'));
// Use this default type for adding content to books.