[TYPO3-dev] Bugfix for static_info_tables

Stefan Geith typo3dev2007 at geithware.de
Tue Sep 18 09:05:41 CEST 2007


Hi canadian users ;)

If you wonder, why you cant selecte a state (or region/province) for 
Canada in a plugin that uses static_info_tabels:

It's a simple Typo:
In table static_country_zones for Canada, the cn_iso_nr is wrong:
It is 142 but it should be 124

Can be easily changed by this small sql:

UPDATE `static_country_zones`
SET zn_country_iso_nr=124
WHERE `zn_country_iso_3` LIKE 'CAN'


-

Stefan

-------
http://bugs.typo3.org/view.php?id=6059




More information about the TYPO3-dev mailing list