From 8f416baead93a48e5799e44b8bd2e2c4859f4e04 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Fri, 14 Sep 2007 13:18:58 +0200 Subject: auf Version 1.11 aktualisiert; Login-Bug behoben --- maintenance/sql.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'maintenance/sql.php') diff --git a/maintenance/sql.php b/maintenance/sql.php index a536705e..5ec1d8d3 100644 --- a/maintenance/sql.php +++ b/maintenance/sql.php @@ -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 ) { } } -?> + -- cgit v1.2.2