From 98ff59bf805c72adb82be3b5c1613978a8167f99 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 23 May 2010 19:14:42 +0000 Subject: - Patch #767690 by Crell: @file declarations in database system do not indicate what belongs in the file. --- includes/database/database.inc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'includes') diff --git a/includes/database/database.inc b/includes/database/database.inc index 24eed8af2..2989833be 100644 --- a/includes/database/database.inc +++ b/includes/database/database.inc @@ -3,7 +3,11 @@ /** * @file - * Base classes for the database layer. + * Core systems for the database layer. + * + * Classes required for basic functioning of the database system should be + * placed in this file. All utility functions should also be placed in this + * file only, as they cannot auto-load the way classes can. */ /** -- cgit v1.2.3