Installation fails
tormi - May 27, 2008 - 15:20
| Project: | Ubercart Addresses |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | freixas |
| Status: | closed |
Jump to:
Description
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

#1
Fixed and checked in to CVS.
#2