summaryrefslogtreecommitdiff
path: root/maintenance/sql.php
diff options
context:
space:
mode:
Diffstat (limited to 'maintenance/sql.php')
-rw-r--r--maintenance/sql.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/maintenance/sql.php b/maintenance/sql.php
index 5ec1d8d3..38c995ac 100644
--- a/maintenance/sql.php
+++ b/maintenance/sql.php
@@ -1,10 +1,10 @@
<?php
-
/**
* Send SQL queries from the specified file to the database, performing
* variable replacement along the way.
- *
- * @addtogroup Database
+ *
+ * @file
+ * @ingroup Database Maintenance
*/
require_once( dirname(__FILE__) . '/' . 'commandLine.inc' );