Install script not working for l10n_community, throws db error, it seems there's some error with the index definition, here's the patch
Index: l10n_community.install
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/l10n_server/l10n_community/Attic/l10n_community.install,v
retrieving revision 1.1.2.11.2.5
diff -u -r1.1.2.11.2.5 l10n_community.install
--- l10n_community.install 15 Oct 2008 15:25:04 -0000 1.1.2.11.2.5
+++ l10n_community.install 15 Oct 2008 17:27:40 -0000
@@ -75,7 +75,7 @@
'l10n_community_project_uri' => array('uri')
),
'unique keys' => array(
- 'l10n_community_project_uri_connector_module', array('uri', 'connector_module')
+ 'l10n_community_project_uri_connector_module' => array('uri', 'connector_module')
),
);
Comments
Comment #1
gábor hojtsyThanks, committed.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.