From a3e47f1e44f9ae33b8302f7b8b14c6863353a271 Mon Sep 17 00:00:00 2001 From: Steven Wittens <steven@10.no-reply.drupal.org> Date: Fri, 28 Oct 2005 01:06:36 +0000 Subject: [PATCH] - #33852: remove legacy.inc (in anticipation of the bridge stuff) --- includes/common.inc | 2 -- 1 file changed, 2 deletions(-) diff --git a/includes/common.inc b/includes/common.inc index 8a47e367182f..9c03c241442d 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -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(); } -- GitLab