I am curious as whether this will cause name space conflicts. For example, can the system table have 2 modules in different paths with the same module name? Although the name is not a unique key, what about all the queries in core that update/select 'WHERE name = ...'?
Comments
Comment #1
dave reidNo, it will replace the entry for core's module. This works in the same way that http://drupal.org/project/update_notifications_disable does.
Comment #2
dave reidAnd it's intended to be a replacement and place for experimental stuff for core's contact module, since I'm its maintainer now.