diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-05-27 18:34:03 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-05-27 18:34:03 +0000 |
commit | 0f4060f377a6ccea57a183b3c3e4801c450f5476 (patch) | |
tree | 07a7bd87373613f3e884c8f56bfb9911eda38511 /modules/system/system.install | |
parent | 5bdcc4ada232bf92e3d529962d9f7aa2536605cc (diff) | |
download | brdo-0f4060f377a6ccea57a183b3c3e4801c450f5476.tar.gz brdo-0f4060f377a6ccea57a183b3c3e4801c450f5476.tar.bz2 |
- Patch #472642 by stella, agentrickard: remove 'implementation of' nominalizations from Docblocks.
Diffstat (limited to 'modules/system/system.install')
-rw-r--r-- | modules/system/system.install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/system/system.install b/modules/system/system.install index 8407e213b..15db982ca 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -297,7 +297,7 @@ function system_requirements($phase) { } /** - * Implementation of hook_install(). + * Implement hook_install(). */ function system_install() { if (db_driver() == 'pgsql') { @@ -418,7 +418,7 @@ function system_install() { } /** - * Implementation of hook_schema(). + * Implement hook_schema(). */ function system_schema() { // NOTE: {variable} needs to be created before all other tables, as |