diff options
author | Dries Buytaert | 2005-07-23 05:57:27 (GMT) |
---|---|---|
committer | Dries Buytaert | 2005-07-23 05:57:27 (GMT) |
commit | ba1660168f2843d263e6205e6b03591c4ba98af1 (patch) | |
tree | 7cfb6450760aafe539051dec095f450ee3568cbc /xmlrpc.php | |
parent | 5fe4dd3221679c9d42725fe698b6e72fd9078f50 (diff) |
- Patch #27003 by Neil: use named constants instead of strings
Diffstat (limited to 'xmlrpc.php')
-rw-r--r-- | xmlrpc.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ */ include_once 'includes/bootstrap.inc'; -drupal_bootstrap('full'); +drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL); include_once 'includes/xmlrpcs.inc'; xmlrpc_server(module_invoke_all('xmlrpc')); |