diff options
author | Steven Wittens <steven@10.no-reply.drupal.org> | 2005-10-28 01:06:36 +0000 |
---|---|---|
committer | Steven Wittens <steven@10.no-reply.drupal.org> | 2005-10-28 01:06:36 +0000 |
commit | a3e47f1e44f9ae33b8302f7b8b14c6863353a271 (patch) | |
tree | 6353eba21e9b8530cd984f7bd5ac66d15a9fefa7 /includes/common.inc | |
parent | 9f143557a3bf65ade735487a88afe86cf2599d60 (diff) | |
download | brdo-a3e47f1e44f9ae33b8302f7b8b14c6863353a271.tar.gz brdo-a3e47f1e44f9ae33b8302f7b8b14c6863353a271.tar.bz2 |
- #33852: remove legacy.inc (in anticipation of the bridge stuff)
Diffstat (limited to 'includes/common.inc')
-rw-r--r-- | includes/common.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/includes/common.inc b/includes/common.inc index 8a47e3671..9c03c2414 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(); } |