Projet

Général

Profil

Révision 01f36513

Ajouté par Assos Assos il y a environ 6 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/webform/webform.install
861 861
  $dependencies['webform'][7320] = array(
862 862
    'system' => 7059,
863 863
  );
864
  // Ensure rules tables and fields exist before trying to use it.
865
  $dependencies['webform'][7420] = array(
866
    'rules' => 7213,
867
  );
864 868
  return $dependencies;
865 869
}
866 870

  
......
1658 1662
}
1659 1663

  
1660 1664
/**
1661
 * Remove files left over from deleted submissions. Such files are now deleted
1662
 * automatically.
1665
 * Remove files left over from deleted submissions.
1666
 *
1667
 * Such files are now deleted automatically.
1663 1668
 */
1664 1669
function webform_update_7404() {
1665 1670
  module_load_include('inc', 'webform', 'components/file');
......
2044 2049
}
2045 2050

  
2046 2051
/**
2047
 * Upgrade the "extra" column in the e-mail table to be consistent with a new
2048
 * webform installation.
2052
 * Upgrade the "extra" column in the e-mail table.
2053
 *
2054
 * Make the column consistent with a new webform installation.
2049 2055
 *
2050 2056
 * In version 7.x-4.0-rc6 and earlier, the extra field was added with 'not null'
2051 2057
 * FALSE, cause the schema module to report in mismatch. While functionally this

Formats disponibles : Unified diff