Topic: Is there a bug reporting system ?

Line 255 from the Beta

INSERT INTO zones (zone_country_id,zone_code,zone_name) VALUES (222, 'Londnderry', 'Londnderry');


whereas in the Northern Ireland section Line 327

INSERT INTO zones (zone_country_id,zone_code,zone_name) VALUES(@t1,'Londonderry','Londonderry');

missing an "o" from 255 in both instances of Londonderry.