Closed (fixed)
Project:
e-Commerce
Version:
6.x-4.x-dev
Component:
ec_charge
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
31 Mar 2009 at 16:57 UTC
Updated:
16 Apr 2009 at 18:10 UTC
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
Comment #1
gordon commentedThanks I have fixed all the typo's
Comment #2
wedge commentedIn ec_charge.install
- db_rename_table($ret, 'ec_charge_components', 'ec_charge_components');
+ db_rename_table($ret, 'ec_charge_componets', 'ec_charge_components');
Comment #3
recidive commentedFixed update function. Also added code to rename 'componet' field.
http://drupal.org/cvs?commit=192056