diff options
Diffstat (limited to 'maintenance/sql.php')
-rw-r--r-- | maintenance/sql.php | 6 |
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' ); |