Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
a3e47f1e
Commit
a3e47f1e
authored
Oct 28, 2005
by
Steven Wittens
Browse files
-
#33852
: remove legacy.inc (in anticipation of the bridge stuff)
parent
9f143557
Changes
1
Hide whitespace changes
Inline
Side-by-side
includes/common.inc
View file @
a3e47f1e
...
...
@@ -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
();
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment