summaryrefslogtreecommitdiff
path: root/includes/database/select.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/database/select.inc')
-rw-r--r--includes/database/select.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/database/select.inc b/includes/database/select.inc
index 7e2af85e7..e036904be 100644
--- a/includes/database/select.inc
+++ b/includes/database/select.inc
@@ -1,7 +1,7 @@
<?php
/**
- * @ingroup database
+ * @addtogroup database
* @{
*/
@@ -1609,5 +1609,5 @@ class SelectQuery extends Query implements SelectQueryInterface {
}
/**
- * @} End of "ingroup database".
+ * @} End of "addtogroup database".
*/