diff options
Diffstat (limited to 'modules/system/system.module')
-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 |