From 1c4db9a66f5be5b3408bf09dc4fb2da3b9d3d0a7 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 17 Jun 2007 10:49:49 +0000 Subject: - Patch #152469 by fgm: fixed PHPdoc comment. --- modules/system/system.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3