Mercurial > defr > drupal > core
diff modules/block/block.install @ 15:4347c45bb494 6.7
Drupal 6.7
author | Franck Deroche <webmaster@defr.org> |
---|---|
date | Tue, 23 Dec 2008 14:32:44 +0100 |
parents | c1f4ac30525a |
children | 3edae6ecd6c6 |
line wrap: on
line diff
--- a/modules/block/block.install Tue Dec 23 14:32:33 2008 +0100 +++ b/modules/block/block.install Tue Dec 23 14:32:44 2008 +0100 @@ -1,5 +1,5 @@ <?php -// $Id: block.install,v 1.8 2007/12/18 12:59:20 dries Exp $ +// $Id: block.install,v 1.8.2.1 2008/11/09 13:22:35 goba Exp $ /** * Implementation of hook_schema(). @@ -86,7 +86,7 @@ 'length' => 64, 'not null' => TRUE, 'default' => '', - 'description' => t('Custom title for the block. (Empty string will use block default title, <none> will remove the title, text will cause block to use specified title.)'), + 'description' => t('Custom title for the block. (Empty string will use block default title, <none> will remove the title, text will cause block to use specified title.)'), ), 'cache' => array( 'type' => 'int',