- #33852: remove legacy.inc (in anticipation of the bridge stuff)

4.7.x
Steven Wittens 2005-10-28 01:06:36 +00:00
parent 9f143557a3
commit a3e47f1e44
1 changed files with 0 additions and 2 deletions

View File

@ -1351,7 +1351,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.
@ -1379,7 +1378,6 @@ function _drupal_bootstrap_full() {
}
}
fix_gpc_magic();
fix_checkboxes();
// Initialize the localization system.
$locale = locale_initialize();
}