diff options
Diffstat (limited to 'includes/database')
-rw-r--r-- | includes/database/database.inc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/includes/database/database.inc b/includes/database/database.inc index f0525e800..91cb9d7d7 100644 --- a/includes/database/database.inc +++ b/includes/database/database.inc @@ -7,13 +7,6 @@ */ /** - * 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. |