From 967d8f67ac957924b9cb6855cb650f8f67d58cdc Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 15 Oct 2008 16:05:51 +0000 Subject: - Patch #304924 by Damien Tournoud: extend error handler to manage exceptions. I have one exception and one fail. --- includes/database/database.inc | 7 ------- 1 file changed, 7 deletions(-) (limited to 'includes/database') 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 @@ -6,13 +6,6 @@ * Base classes for the database layer. */ -/** - * 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 * @{ -- cgit v1.2.3