--- mollom/mollom.install.orig 2013-01-22 18:01:18.000000000 +0100 +++ mollom/mollom.install 2013-02-03 10:06:04.733925637 +0100 @@ -107,14 +107,14 @@ 'not null' => TRUE, 'default' => '', ), - 'contentId' => array( + 'contentid' => array( 'description' => 'Content ID returned by Mollom.', 'type' => 'varchar', 'length' => 128, 'not null' => TRUE, 'default' => '', ), - 'captchaId' => array( + 'captchaid' => array( 'description' => 'CAPTCHA ID returned by Mollom.', 'type' => 'varchar', 'length' => 128, @@ -191,8 +191,8 @@ ), ), 'indexes' => array( - 'contentId' => array('contentId'), - 'captchaId' => array('captchaId'), + 'contentid' => array('contentid'), + 'captchaid' => array('captchaid'), ), 'primary key' => array('entity', 'id'), 'foreign keys' => array(