diff options
Diffstat (limited to 'modules/php')
-rw-r--r-- | modules/php/php.install | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/php/php.install b/modules/php/php.install index e758391b6..16f67db82 100644 --- a/modules/php/php.install +++ b/modules/php/php.install @@ -2,6 +2,11 @@ // $Id$ /** + * @file + * Install, update and uninstall functions for the php module. + */ + +/** * Implementation of hook_install(). */ function php_install() { |