I see ec_charge has a table 'ec_charge_componets', is 'componets' a typo? Shouldn't this be components instead?

Also it's missing a "Component" ec_charge on ec project, so I'm assigning it to ec_store.

Comments

gordon’s picture

Status: Active » Fixed

Thanks I have fixed all the typo's

wedge’s picture

Status: Fixed » Needs work

In ec_charge.install
- db_rename_table($ret, 'ec_charge_components', 'ec_charge_components');
+ db_rename_table($ret, 'ec_charge_componets', 'ec_charge_components');

recidive’s picture

Component: ec_store » ec_charge
Status: Needs work » Fixed

Fixed update function. Also added code to rename 'componet' field.

http://drupal.org/cvs?commit=192056

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.