summaryrefslogtreecommitdiff
path: root/modules/taxonomy
diff options
context:
space:
mode:
authorJennifer Hodgdon <yahgrp@poplarware.com>2012-10-09 10:51:38 -0700
committerJennifer Hodgdon <yahgrp@poplarware.com>2012-10-09 10:51:38 -0700
commitf91d2c95442c3a70aa15ffb31c9d69233e75d9c6 (patch)
treee98702f24a72804c697b92b077100683b2811b25 /modules/taxonomy
parente320619e0796769c45c987e4efe6031e53ca0a03 (diff)
downloadbrdo-f91d2c95442c3a70aa15ffb31c9d69233e75d9c6.tar.gz
brdo-f91d2c95442c3a70aa15ffb31c9d69233e75d9c6.tar.bz2
Issue #1134088 by Cottser, catch: Properly document update-api functions
Diffstat (limited to 'modules/taxonomy')
-rw-r--r--modules/taxonomy/taxonomy.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/taxonomy/taxonomy.install b/modules/taxonomy/taxonomy.install
index 711a0f983..c353c9c8c 100644
--- a/modules/taxonomy/taxonomy.install
+++ b/modules/taxonomy/taxonomy.install
@@ -266,7 +266,7 @@ function taxonomy_update_dependencies() {
*
* This function is valid for a database schema version 7002.
*
- * @ingroup update-api-6.x-to-7.x
+ * @ingroup update_api
*/
function _update_7002_taxonomy_get_vocabularies() {
return db_query('SELECT v.* FROM {taxonomy_vocabulary} v ORDER BY v.weight, v.name')->fetchAllAssoc('vid', PDO::FETCH_OBJ);