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