diff --git a/includes/install.inc b/includes/install.inc index e2a5195..3631c36 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