diff options
author | Dries Buytaert <dries@buytaert.net> | 2007-06-17 10:49:49 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2007-06-17 10:49:49 +0000 |
commit | 1c4db9a66f5be5b3408bf09dc4fb2da3b9d3d0a7 (patch) | |
tree | 3172990f8587d51210f560136e30a0bd98d58a0f /modules | |
parent | ba32a804a9c775eee0173aa1ee2436fb05d5d263 (diff) | |
download | brdo-1c4db9a66f5be5b3408bf09dc4fb2da3b9d3d0a7.tar.gz brdo-1c4db9a66f5be5b3408bf09dc4fb2da3b9d3d0a7.tar.bz2 |
- Patch #152469 by fgm: fixed PHPdoc comment.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/system/system.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.module b/modules/system/system.module index fa82a9a11..a2c3c6df5 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -1450,7 +1450,7 @@ function system_themes_form_submit($form, &$form_state) { * Modules can be enabled or disabled and set for throttling if the throttle module is enabled. * The list of modules gets populated by module.info files, which contain each module's name, * description and dependencies. - * @sa drupal_parse_info_file for information on module.info descriptors. + * @see drupal_parse_info_file for information on module.info descriptors. * * Dependency checking is performed to ensure that a module cannot be enabled if the module has * disabled dependencies and also to ensure that the module cannot be disabled if the module has |