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
13473ddc
Commit
13473ddc
authored
Oct 18, 2005
by
Dries Buytaert
Browse files
- Patch
#33852
by Gerhard: make legacy.inc optional.
parent
8d460b40
Changes
1
Hide whitespace changes
Inline
Side-by-side
includes/common.inc
View file @
13473ddc
...
...
@@ -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.
...
...
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