From 44bf48c1cb753dac0cdf18d5a44235712a697f67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Sun, 1 Jul 2007 18:07:04 +0000 Subject: revert requirement for 'update' module, which is not yet in Drupal core, but slipped in with http://drupal.org/cvs?commit=71956 --- profiles/default/default.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/default/default.profile b/profiles/default/default.profile index ac9f2ce25..7a2a6b140 100644 --- a/profiles/default/default.profile +++ b/profiles/default/default.profile @@ -8,7 +8,7 @@ * An array of modules to be enabled. */ function default_profile_modules() { - return array('color', 'comment', 'help', 'taxonomy', 'dblog', 'update'); + return array('color', 'comment', 'help', 'taxonomy', 'dblog'); } /** -- cgit v1.2.3