From 967cfe402bf4b6de8d5bc5ac09b36b9eb0317b56 Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon Date: Wed, 15 May 2013 06:22:05 -0700 Subject: Issue #1980072 by David_Rothstein: Fix inaccurate text in documentation for drupal_uninstall_modules --- includes/install.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'includes') diff --git a/includes/install.inc b/includes/install.inc index e2a5195bd..3631c36e7 100644 --- a/includes/install.inc +++ b/includes/install.inc @@ -743,10 +743,10 @@ function drupal_install_system() { /** * Uninstalls a given list of disabled modules. * - * Modules that are still enabled will be silently ignored. - * * @param array $module_list - * The modules to uninstall. + * The modules to uninstall. It is the caller's responsibility to ensure that + * all modules in this list have already been disabled before this function + * is called. * @param bool $uninstall_dependents * (optional) If TRUE, the function will check that all modules which depend * on the passed-in module list either are already uninstalled or contained in -- cgit v1.2.3