diff options
author | Kjartan Mannes <kjartan@2.no-reply.drupal.org> | 2003-03-09 10:19:16 +0000 |
---|---|---|
committer | Kjartan Mannes <kjartan@2.no-reply.drupal.org> | 2003-03-09 10:19:16 +0000 |
commit | c2866848d104c952245d36e703a568909a7565bc (patch) | |
tree | 6184344da069fc1b3d4ca5865ee834ad67370372 /modules/book.module | |
parent | a3b25924bd0b0737f8c17139b7fc62656d729492 (diff) | |
download | brdo-c2866848d104c952245d36e703a568909a7565bc.tar.gz brdo-c2866848d104c952245d36e703a568909a7565bc.tar.bz2 |
- Removing some trailing whitespace I forgot to clean up.
Diffstat (limited to 'modules/book.module')
-rw-r--r-- | modules/book.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/book.module b/modules/book.module index e7781252b..4656d4222 100644 --- a/modules/book.module +++ b/modules/book.module @@ -136,7 +136,7 @@ function book_delete(&$node) { } function book_validate(&$node) { - if ($node->format && user_access("create php content")) { + if ($node->format && user_access("create php content")) { // Do not filter PHP code, do not auto-extract a teaser $node->teaser = $node->body; } |