Projet

Général

Profil

Révision 30d5b9c5

Ajouté par Mathieu Schiano Di Schiabica il y a environ 8 ans

Update to 7.42

Voir les différences:

drupal7/includes/install.inc
750 750
/**
751 751
 * Uninstalls a given list of disabled modules.
752 752
 *
753
 * @param array $module_list
753
 * @param string[] $module_list
754 754
 *   The modules to uninstall. It is the caller's responsibility to ensure that
755 755
 *   all modules in this list have already been disabled before this function
756 756
 *   is called.
......
769 769
 *   included in $module_list).
770 770
 *
771 771
 * @see module_disable()
772
 * @see module_enable()
772 773
 */
773 774
function drupal_uninstall_modules($module_list = array(), $uninstall_dependents = TRUE) {
774 775
  if ($uninstall_dependents) {

Formats disponibles : Unified diff