Fix for bug 13251, allows some rebuld scripts to work with Postgres.
[lhc/web/wiklou.git] / maintenance / sql.php
index a536705..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' );
@@ -64,4 +66,4 @@ function sqlPrintResult( $res ) {
        }
 }
 
-?>
+