From 370e83bb0dfd0c70de268c93bf07ad5ee0897192 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Fri, 15 Aug 2008 01:29:47 +0200 Subject: Update auf 1.13.0 --- includes/DatabaseFunctions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'includes/DatabaseFunctions.php') diff --git a/includes/DatabaseFunctions.php b/includes/DatabaseFunctions.php index a4a0444f..ad6e7f6c 100644 --- a/includes/DatabaseFunctions.php +++ b/includes/DatabaseFunctions.php @@ -2,7 +2,8 @@ /** * Legacy database functions, for compatibility with pre-1.3 code * NOTE: this file is no longer loaded by default. - * + * @file + * @ingroup Database */ /** @@ -399,4 +400,3 @@ function wfUseIndexClause( $index, $dbi = DB_SLAVE ) { return false; } } - -- cgit v1.2.3-54-g00ecf