From f91d2c95442c3a70aa15ffb31c9d69233e75d9c6 Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon Date: Tue, 9 Oct 2012 10:51:38 -0700 Subject: Issue #1134088 by Cottser, catch: Properly document update-api functions --- modules/taxonomy/taxonomy.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/taxonomy') 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); -- cgit v1.2.3