diff options
author | Dries Buytaert <dries@buytaert.net> | 2005-10-18 14:52:50 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2005-10-18 14:52:50 +0000 |
commit | 13473ddc51a21ea0c4637ce889a7b6ac544b3d3e (patch) | |
tree | fdcbd9a10544a169bc4004301d5e9486bd8b9189 | |
parent | 8d460b406dca3df18d55e49a208fd19de9f53a8e (diff) | |
download | brdo-13473ddc51a21ea0c4637ce889a7b6ac544b3d3e.tar.gz brdo-13473ddc51a21ea0c4637ce889a7b6ac544b3d3e.tar.bz2 |
- Patch #33852 by Gerhard: make legacy.inc optional.
-rw-r--r-- | includes/common.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/common.inc b/includes/common.inc index dc7a41afd..86d5f7f33 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -1339,7 +1339,6 @@ function _drupal_bootstrap_full() { require_once './includes/unicode.inc'; require_once './includes/image.inc'; require_once './includes/form.inc'; - require_once './includes/legacy.inc'; // Set the Drupal custom error handler. set_error_handler('error_handler'); // Emit the correct charset HTTP header. |