diff options
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() { |