summaryrefslogtreecommitdiff
path: root/includes/database
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2008-10-15 16:05:51 +0000
committerDries Buytaert <dries@buytaert.net>2008-10-15 16:05:51 +0000
commit967d8f67ac957924b9cb6855cb650f8f67d58cdc (patch)
tree55fce20e7794e58e8623ba7b00b927759e8c98de /includes/database
parente85187d948fc997edc7c8332b6e0cc62d28b9008 (diff)
downloadbrdo-967d8f67ac957924b9cb6855cb650f8f67d58cdc.tar.gz
brdo-967d8f67ac957924b9cb6855cb650f8f67d58cdc.tar.bz2
- Patch #304924 by Damien Tournoud: extend error handler to manage exceptions. I have one exception and one fail.
Diffstat (limited to 'includes/database')
-rw-r--r--includes/database/database.inc7
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.