diff options
Diffstat (limited to 'includes/database/pgsql/select.inc')
-rw-r--r-- | includes/database/pgsql/select.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/database/pgsql/select.inc b/includes/database/pgsql/select.inc index d1d838281..f6a83db7f 100644 --- a/includes/database/pgsql/select.inc +++ b/includes/database/pgsql/select.inc @@ -6,7 +6,7 @@ */ /** - * @ingroup database + * @addtogroup database * @{ */ @@ -103,6 +103,6 @@ class SelectQuery_pgsql extends SelectQuery { } /** - * @} End of "ingroup database". + * @} End of "addtogroup database". */ |