From 13473ddc51a21ea0c4637ce889a7b6ac544b3d3e Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 18 Oct 2005 14:52:50 +0000 Subject: - Patch #33852 by Gerhard: make legacy.inc optional. --- includes/common.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'includes/common.inc') 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. -- cgit v1.2.3