correct rank_address range for postalcodes

This commit is contained in:
Sarah Hoffmann 2013-04-03 22:29:47 +02:00
parent 1b51a5abeb
commit a1670fa5a7

View File

@ -153,7 +153,7 @@
array('county', 9, 13),
array('state', 8, 8),
array('country', 4, 4),
array('postalcode', 16, 25),
array('postalcode', 5, 11),
);
$aStructuredQuery = array();
$sAllowedTypesSQLList = '';