* Add a nice fieldset to the input form to be consistent with other forms.
[lhc/web/wiklou.git] / maintenance / sql.php
index 02c6dbf..5ec1d8d 100644 (file)
@@ -3,6 +3,8 @@
 /**
  * Send SQL queries from the specified file to the database, performing
  * variable replacement along the way.
+ * 
+ * @addtogroup Database
  */
 
 require_once( dirname(__FILE__) . '/' . 'commandLine.inc' );