Hi,
installation of uc_addresses fails because of a little typo at the end of uc_addresses.install (line 80):
- db_query("DELETE FROM {sequences} WHERE name = 'uc_addresses');
+ db_query("DELETE FROM {sequences} WHERE name = 'uc_addresses'");
Tormi
Hi,
installation of uc_addresses fails because of a little typo at the end of uc_addresses.install (line 80):
- db_query("DELETE FROM {sequences} WHERE name = 'uc_addresses');
+ db_query("DELETE FROM {sequences} WHERE name = 'uc_addresses'");
Tormi
Comments
Comment #1
freixas commentedFixed and checked in to CVS.
Comment #2
freixas commented