diff options
Diffstat (limited to 'includes/database.inc')
-rw-r--r-- | includes/database.inc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/includes/database.inc b/includes/database.inc index ee60b80d9..142466536 100644 --- a/includes/database.inc +++ b/includes/database.inc @@ -7,6 +7,13 @@ */ /** + * A hash value to check when outputting database errors, md5('DB_ERROR'). + * + * @see drupal_error_handler + */ +define('DB_ERROR', 'a515ac9c2796ca0e23adbe92c68fc9fc'); + +/** * @defgroup database Database abstraction layer * @{ * Allow the use of different database servers using the same code base. |