summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--includes/database/database.inc6
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.
*/
/**