Projet

Général

Profil

Révision 41cc1b08

Ajouté par Assos Assos il y a presque 9 ans

Update feeds 7.x-2.0-alpha9 -> 7.x-2.0-beta1

Install lib simplepie 1.3.1

Voir les différences:

drupal7/sites/all/modules/feeds/feeds_import/feeds_import.features.inc
5 5
 */
6 6

  
7 7
/**
8
 * Implementation of hook_ctools_plugin_api().
8
 * Implements hook_ctools_plugin_api().
9 9
 */
10
function feeds_import_ctools_plugin_api() {
11
  list($module, $api) = func_get_args();
10
function feeds_import_ctools_plugin_api($module = NULL, $api = NULL) {
12 11
  if ($module == "feeds" && $api == "feeds_importer_default") {
13
    return array("version" => 1);
12
    return array("version" => "1");
14 13
  }
15 14
}

Formats disponibles : Unified diff