Project:Ubercart Addresses
Version:5.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:freixas
Status:closed (fixed)

Issue Summary

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

#1

Assigned to:Anonymous» freixas
Status:active» fixed

Fixed and checked in to CVS.

#2

Status:fixed» closed (fixed)
nobody click here