diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-05-23 19:14:42 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-05-23 19:14:42 +0000 |
commit | 98ff59bf805c72adb82be3b5c1613978a8167f99 (patch) | |
tree | e0f6f88608b26d6a35ba8bfcc4164a753629c888 | |
parent | 5ff0c0d3c7757038af8ab95f5386a9fec1aa1b10 (diff) | |
download | brdo-98ff59bf805c72adb82be3b5c1613978a8167f99.tar.gz brdo-98ff59bf805c72adb82be3b5c1613978a8167f99.tar.bz2 |
- Patch #767690 by Crell: @file declarations in database system do not indicate what belongs in the file.
-rw-r--r-- | includes/database/database.inc | 6 |
1 files changed, 5 insertions, 1 deletions
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. */ /** |