Projet

Général

Profil

Révision e33d3026

Ajouté par Julien Enselme il y a presque 10 ans

Update drupal to 7.30

Voir les différences:

drupal7/includes/xmlrpcs.inc
9 9
 * Invokes XML-RPC methods on this server.
10 10
 *
11 11
 * @param array $callbacks
12
 *   Array of external XML-RPC method names with the callbacks they map to.
12
 *   Either an associative array of external XML-RPC method names as keys with
13
 *   the callbacks they map to as values, or a more complex structure
14
 *   describing XML-RPC callbacks as returned from hook_xmlrpc().
13 15
 */
14 16
function xmlrpc_server($callbacks) {
15 17
  $xmlrpc_server = new stdClass();

Formats disponibles : Unified diff