diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-05-21 12:00:06 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-05-21 12:00:06 +0000 |
commit | 4d6924dc006dfa83e8d945f28d5ad48abdc64694 (patch) | |
tree | 97914b30504b13835d1ec4cda7e05c64a60fb7ad /modules/upload/upload.install | |
parent | 1c079c3d321d0314396bcc97ff1b672ab841f99e (diff) | |
download | brdo-4d6924dc006dfa83e8d945f28d5ad48abdc64694.tar.gz brdo-4d6924dc006dfa83e8d945f28d5ad48abdc64694.tar.bz2 |
- Patch #440778 by brianV: coding style fixes and documentation improvements.
Diffstat (limited to 'modules/upload/upload.install')
-rw-r--r-- | modules/upload/upload.install | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/upload/upload.install b/modules/upload/upload.install index 6a7765714..b09174afd 100644 --- a/modules/upload/upload.install +++ b/modules/upload/upload.install @@ -7,6 +7,11 @@ */ /** + * @file + * This is the install file for the upload module. + */ + +/** * Implementation of hook_install(). */ function upload_install() { |