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
eeb2b17b
Commit
eeb2b17b
authored
Aug 17, 2004
by
Dries Buytaert
Browse files
- Bugfix: include the xmlrpc library.
parent
d1d52fe4
Changes
1
Hide whitespace changes
Inline
Side-by-side
includes/common.inc
View file @
eeb2b17b
...
...
@@ -1813,6 +1813,7 @@ function drupal_eval($code) {
include_once
'includes/menu.inc'
;
include_once
'includes/tablesort.inc'
;
include_once
'includes/file.inc'
;
include_once
'includes/xmlrpc.inc'
;
// set error handler:
set_error_handler
(
'error_handler'
);
...
...
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