- Patch #7458: bugfix: reverted the conditional inclusion of xmlrpc.inc.

4.5.x
Dries Buytaert 2004-08-16 18:29:11 +00:00
parent c39ac09b32
commit 50cd304847
4 changed files with 0 additions and 12 deletions

View File

@ -127,8 +127,6 @@ function drupal_xmlrpc() {
* Sends a ping to the Drupal directory server.
*/
function drupal_notify($server) {
include_once 'includes/xmlrpc.inc';
global $base_url;
$url = parse_url($server);
@ -164,7 +162,6 @@ function drupal_info($field = 0) {
* Implementation of hook_auth().
*/
function drupal_auth($username, $password, $server) {
include_once 'includes/xmlrpc.inc';
$message = new xmlrpcmsg('drupal.login', array(new xmlrpcval($username, 'string'), new xmlrpcval($password, 'string')));
@ -204,8 +201,6 @@ function drupal_page_help() {
* Remote clients are usually other Drupal instances.
*/
function drupal_login($arguments) {
include_once 'includes/xmlrpc.inc';
$argument = $arguments->getparam(0);
$username = $argument->scalarval();
$argument = $arguments->getparam(1);

View File

@ -127,8 +127,6 @@ function drupal_xmlrpc() {
* Sends a ping to the Drupal directory server.
*/
function drupal_notify($server) {
include_once 'includes/xmlrpc.inc';
global $base_url;
$url = parse_url($server);
@ -164,7 +162,6 @@ function drupal_info($field = 0) {
* Implementation of hook_auth().
*/
function drupal_auth($username, $password, $server) {
include_once 'includes/xmlrpc.inc';
$message = new xmlrpcmsg('drupal.login', array(new xmlrpcval($username, 'string'), new xmlrpcval($password, 'string')));
@ -204,8 +201,6 @@ function drupal_page_help() {
* Remote clients are usually other Drupal instances.
*/
function drupal_login($arguments) {
include_once 'includes/xmlrpc.inc';
$argument = $arguments->getparam(0);
$username = $argument->scalarval();
$argument = $arguments->getparam(1);

View File

@ -54,7 +54,6 @@ function _ping_notify($name, $url) {
* Notifies weblogs.com, blo.gs, and technorati.com of changes at this site.
*/
function ping_ping($name = '', $url = '') {
include_once 'includes/xmlrpc.inc';
$feed = url('node/feed');

View File

@ -54,7 +54,6 @@ function _ping_notify($name, $url) {
* Notifies weblogs.com, blo.gs, and technorati.com of changes at this site.
*/
function ping_ping($name = '', $url = '') {
include_once 'includes/xmlrpc.inc';
$feed = url('node/feed');