summaryrefslogtreecommitdiff
path: root/includes/tablesort.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/tablesort.inc')
-rw-r--r--includes/tablesort.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/includes/tablesort.inc b/includes/tablesort.inc
index 064b8e824..d41c3aab3 100644
--- a/includes/tablesort.inc
+++ b/includes/tablesort.inc
@@ -33,7 +33,6 @@ function tablesort_pager() {
/**
* Create an SQL sort clause.
- * @ingroup database
*
* This function produces the ORDER BY clause to insert in your SQL queries,
* assuring that the returned database table rows match the sort order chosen
@@ -46,6 +45,8 @@ function tablesort_pager() {
* Useful for sorting by important attributes like "sticky" first.
* @return
* An SQL string to append to the end of a query.
+ *
+ * @ingroup database
*/
function tablesort_sql($header, $before = '') {
$ts = tablesort_init($header);