diff options
author | Dries Buytaert <dries@buytaert.net> | 2008-12-03 16:32:22 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2008-12-03 16:32:22 +0000 |
commit | cadd9bd54ca9b3e5a95661c616d35a1a0045ab46 (patch) | |
tree | 6594d689ccf40b86fc16cf7f628ef06fa7ee50c7 /modules/block | |
parent | 5c72eb294ab1527b8da1b261cfbffeeb7ff98c9f (diff) | |
download | brdo-cadd9bd54ca9b3e5a95661c616d35a1a0045ab46.tar.gz brdo-cadd9bd54ca9b3e5a95661c616d35a1a0045ab46.tar.bz2 |
- Patch #335086 by recidive: rename node, filter and comment module tables to singular for consistency. Oh my.
Diffstat (limited to 'modules/block')
-rw-r--r-- | modules/block/block.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/block/block.install b/modules/block/block.install index 976ae6d7c..585344c4e 100644 --- a/modules/block/block.install +++ b/modules/block/block.install @@ -153,7 +153,7 @@ function block_schema() { 'size' => 'small', 'not null' => TRUE, 'default' => 0, - 'description' => "Block body's {filter_formats}.format; for example, 1 = Filtered HTML.", + 'description' => "Block body's {filter_format}.format; for example, 1 = Filtered HTML.", ) ), 'unique keys' => array( |