10 Feb
2009
10 Feb
'09
2:43 p.m.
User: vaish Branch: DRUPAL-6--1 Date: Tue, 10 Feb 2009 13:43:53 +0000 Modified files: /modules/patterns patterns.module Log message: changed: default module configuration support updated to reflect the fact that it should be called from hook_enable() instead of hook_install(). This change was required because modules that implement hook_enable() may not be fully ready to use when hook_install() is called causing pattern execution to fail. Links: http://cvs.drupal.org/diff.php?path=contributions/modules/patterns/patterns....