summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-06-17 10:49:49 +0000
committerDries Buytaert <dries@buytaert.net>2007-06-17 10:49:49 +0000
commit1c4db9a66f5be5b3408bf09dc4fb2da3b9d3d0a7 (patch)
tree3172990f8587d51210f560136e30a0bd98d58a0f /modules
parentba32a804a9c775eee0173aa1ee2436fb05d5d263 (diff)
downloadbrdo-1c4db9a66f5be5b3408bf09dc4fb2da3b9d3d0a7.tar.gz
brdo-1c4db9a66f5be5b3408bf09dc4fb2da3b9d3d0a7.tar.bz2
- Patch #152469 by fgm: fixed PHPdoc comment.
Diffstat (limited to 'modules')
-rw-r--r--modules/system/system.module2
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