diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-05-13 19:42:18 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-05-13 19:42:18 +0000 |
commit | 3ac59eee96a6b6553f07946f6f95373ece050e2b (patch) | |
tree | 69d8ad94ca85d1dd4a3dd3ed00f55143b51a55a8 /modules/block | |
parent | cf6f4d9fee312a4b495f9c3d2ea645ff348bf713 (diff) | |
download | brdo-3ac59eee96a6b6553f07946f6f95373ece050e2b.tar.gz brdo-3ac59eee96a6b6553f07946f6f95373ece050e2b.tar.bz2 |
#320011 by lilou, snufkin, and karschp: Add consistent @file declarations to all .install files.
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 628e9160d..cc2dd690d 100644 --- a/modules/block/block.install +++ b/modules/block/block.install @@ -3,7 +3,7 @@ /** * @file - * Install instructions for the block module + * Install, update and uninstall functions for the block module. */ /** |